|
eZ Publish
[trunk]
|
Base class for image factories. More...
Inheritance diagram for eZImageFactory:Public Member Functions | |
| eZImageFactory ($name) | |
| name () | |
Static Public Member Functions | |
| static | produceFromINI ($iniGroup, $iniFilename=false) |
Public Attributes | |
| $Name | |
Base class for image factories.
The image factory is responsible for producing image handlers when requested. This class must be inherited by specific factories to create specific handlers.
Definition at line 20 of file ezimagefactory.php.
| eZImageFactory::eZImageFactory | ( | $ | name | ) |
Initializes the factory with the name $name.
Definition at line 25 of file ezimagefactory.php.
Referenced by eZImageGDFactory\eZImageGDFactory(), and eZImageShellFactory\eZImageShellFactory().
Definition at line 33 of file ezimagefactory.php.
| static eZImageFactory::produceFromINI | ( | $ | iniGroup, |
| $ | iniFilename = false |
||
| ) | [static, pure virtual] |
Creates a new image handler from the INI group $iniGroup and optionally INI file $iniFilename.
null. Implemented in eZImageGDFactory, and eZImageShellFactory.
Definition at line 43 of file ezimagefactory.php.
| eZImageFactory::$Name |
Definition at line 50 of file ezimagefactory.php.