Returns the title of the item. |
Signature: getTitle() |
Returns:
String - The title of the item, or an empty string.
|
Example:
Returns the title of the item. $title = $myItem->getTitle(); |
Returns the url of the item. |
Signature: getLink() |
Returns:
String - The url of the item, or an empty string.
|
Example:
Returns the url of the item. $link = $myItem->getLink(); |
Returns the description of the item. |
Signature: getDescription() |
Returns:
String - The description of the item, or an empty string.
|
Example:
Returns the description of the item. $description = $myItem->getDescription(); |