mirror of
https://github.com/processwire/processwire.git
synced 2025-08-30 18:09:56 +02:00
Upgrade ImageSizer to provide a new getEngineInfo() method that enables you to get verbose information about all installed engines (such as supported source/target formats, and more) without having to supply a file to inspect.
This commit is contained in:
@@ -73,7 +73,7 @@ class Pageimages extends Pagefiles {
|
||||
* Does this field have the given file name? If so, return it, if not return null.
|
||||
*
|
||||
* @param string $name Basename is assumed
|
||||
* @return null|Pagefile Returns Pagefile object if found, null if not
|
||||
* @return null|Pagefile|Pageimage Returns Pagefile object if found, null if not
|
||||
*
|
||||
*/
|
||||
public function getFile($name) {
|
||||
|
Reference in New Issue
Block a user