PHP Class SimplePie_Caption, ojs

Used by {@see \SimplePie_Enclosure::get_caption()} and {@see \SimplePie_Enclosure::get_captions()} This class can be overloaded with {@see \SimplePie::set_caption_class()}
ファイルを表示 Open project: pkp/ojs

Public Properties

Property Type Description
$endTime
$lang
$startTime
$text
$type

Public Methods

Method Description
SimplePie_Caption ( $type = null, $lang = null, $startTime = null, $endTime = null, $text = null ) Constructor, used to input the data
__toString ( )
get_endtime ( )
get_language ( )
get_starttime ( )
get_text ( )
get_type ( )

Method Details

SimplePie_Caption() public method

Constructor, used to input the data
public SimplePie_Caption ( $type = null, $lang = null, $startTime = null, $endTime = null, $text = null )

__toString() public method

public __toString ( )

get_endtime() public method

public get_endtime ( )

get_language() public method

public get_language ( )

get_starttime() public method

public get_starttime ( )

get_text() public method

public get_text ( )

get_type() public method

public get_type ( )

Property Details

$endTime public_oe property

public $endTime

$lang public_oe property

public $lang

$startTime public_oe property

public $startTime

$text public_oe property

public $text

$type public_oe property

public $type