\OSS\ModelLiveChannelInfo

Class LiveChannelInfo

Summary

Methods
Properties
Constants
__construct()
getName()
setName()
getPublishUrls()
getPlayUrls()
getStatus()
getLastModified()
getDescription()
setDescription()
parseFromXmlNode()
parseFromXml()
serializeToXml()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$name
$description
$publishUrls
$playUrls
$status
$lastModified
N/A

Properties

$name

$name : 

Type

$description

$description : 

Type

$publishUrls

$publishUrls : 

Type

$playUrls

$playUrls : 

Type

$status

$status : 

Type

$lastModified

$lastModified : 

Type

Methods

__construct()

__construct(  $name = null,   $description = null) 

Parameters

$name
$description

getName()

getName() 

setName()

setName(  $name) 

Parameters

$name

getPublishUrls()

getPublishUrls() 

getPlayUrls()

getPlayUrls() 

getStatus()

getStatus() 

getLastModified()

getLastModified() 

getDescription()

getDescription() 

setDescription()

setDescription(  $description) 

Parameters

$description

parseFromXmlNode()

parseFromXmlNode(  $xml) 

Parameters

$xml

parseFromXml()

parseFromXml(string  $strXml) : null

接口定义,实现此接口的类都需要实现从xml数据解析的函数

Parameters

string $strXml

Returns

null

serializeToXml()

serializeToXml() : string

接口定义,实现此接口的类,都需要实现把子类序列化成xml字符串的接口

Returns

string