Class SimplePie_Caption
Handles <media:text>
captions as defined in Media RSS.
Used by SimplePie_Enclosure::get_caption()
and SimplePie_Enclosure::get_captions()
This class can be overloaded with SimplePie_Core::set_caption_class()
public
|
#
__construct( $type = null, $lang = null, $startTime = null, $endTime = null, $text = null )
Constructor, used to input the data |
public
string
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
public
string
|
$type |
|
#
Content type |
public
string
|
$lang |
|
#
Language |
public
string
|
$startTime |
|
#
Start time |
public
string
|
$endTime |
|
#
End time |
public
string
|
$text |
|
#
Caption text |