eZ Publish  [trunk]
eZImageFactory Class Reference

Base class for image factories. More...

+ Inheritance diagram for eZImageFactory:

List of all members.

Public Member Functions

 eZImageFactory ($name)
 name ()

Static Public Member Functions

static produceFromINI ($iniGroup, $iniFilename=false)

Public Attributes

 $Name

Detailed Description

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.


Member Function Documentation

Initializes the factory with the name $name.

Definition at line 25 of file ezimagefactory.php.

Referenced by eZImageGDFactory\eZImageGDFactory(), and eZImageShellFactory\eZImageShellFactory().

Returns:
the name of the factory, this is the name referenced in the INI file.

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.

Note:
The default implementation returns null.

Implemented in eZImageGDFactory, and eZImageShellFactory.

Definition at line 43 of file ezimagefactory.php.


Member Data Documentation

eZImageFactory::$Name

Definition at line 50 of file ezimagefactory.php.


The documentation for this class was generated from the following file: