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::set_caption_class()
Package: SimplePie\API
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Caption.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Caption.php
Methods summary
public
|
#
__construct( mixed $type = null, mixed $lang = null, mixed $startTime = null, mixed $endTime = null, mixed $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
|
Magic methods summary
Properties summary
public
string
|
$type |
#
Content type |
public
string
|
$lang |
#
Language |
public
string
|
$startTime |
#
Start time |
public
string
|
$endTime |
#
End time |
public
string
|
$text |
#
Caption text |