Returns the image url. |
Signature: getUrl() |
Returns:
String - The image url, or an empty string.
|
Example:
Returns the image url. $link = $myImage->getUrl(); |
Returns the title of the image. |
Signature: getTitle() |
Returns:
String - The title of the image, or an empty string.
|
Example:
Returns the title of the image. $title = $myImage->getTitle(); |
Returns the link of the image. |
Signature: getLink() |
Returns:
String - The link of the image, or an empty string.
|
Example:
Returns the link of the image. $link = $myImage->getLink(); |
Returns the width of the image. |
Signature: getWidth() |
Returns:
String - The width of the image, or an empty string.
|
Example:
Returns the width of the image. $width = $myImage->getWidth(); |
Returns the height of the image. |
Signature: getHeight() |
Returns:
String - The height of the image, or an empty string.
|
Example:
Returns the height of the image. $height = $myImage->getHeight(); |
Returns the description of the image. |
Signature: getDescription() |
Returns:
String - The description of the image, or an empty string.
|
Example:
Returns the description of the image. $description = $myImage->getDescription(); |