Returns the enclosure text of the enclosure. |
Signature: getEnclosure() |
Returns:
String - The enclosure text of the enclosure, or an empty string.
|
Example:
Returns the enclosure text of the enclosure. $enclosure = $myEnclosure->getEnclosure(); |
Returns the url of the enclosure. |
Signature: getUrl() |
Returns:
String - The url of the enclosure, or an empty string.
|
Example:
Returns the url of the enclosure. $url = $myEnclosure->getUrl(); |
Returns the length of the enclosure. |
Signature: getLength() |
Returns:
String - The length of the enclosure, or an empty string.
|
Example:
Returns the length of the enclosure. $length = $myEnclosure->getLength(); |
Returns the type of the enclosure. |
Signature: getType() |
Returns:
String - The type of the enclosure, or an empty string.
|
Example:
Returns the type of the enclosure. $type = $myEnclosure->getType(); |