ezimagealiashandler
Summary
Contains information about an image.Persistent
No.Attributes
Attribute | Type | Static* | Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alternative_text |
string |
No. |
The alternative image text (for example "Picture of an apple."). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
original_filename |
string |
No. |
The original name of the image file (for example "apple.png"). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_valid |
string |
No. |
Returns either 1 or 0 (valid or invalid). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name of variation |
array |
No. |
|
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (29/03/2005 12:25 pm)
Svitlana Shatokhina (16/03/2007 9:45 am)
Comments
Name of variation
Wednesday 14 March 2007 1:19:21 pm
Radek Z
Name of variation is type of image that ez should return for user:
small
medium
listitem
articleimage
articlethumbnail
gallerythumbnail
galleryline
imagelarge
large
rss
logo
infoboximage
billboard
original
With that part you can acces further attributes:
$object.data_map.image_attribute.content.original ...
eZp system is very powerful, but documentation is poor.
Re: Name of variation
Friday 16 March 2007 9:40:46 am
Svitlana Shatokhina
Note that image variations are controlled from within an override of the "settings/image.ini" configuration file (read the comments inside the INI file).
Exif informations
Friday 22 June 2007 7:07:21 pm
Alimi Nabil