示例#1
0
文件: Link.php 项目: k42b3/psx-ws
 public function getRecordInfo()
 {
     return new RecordInfo('link', array(), parent::getRecordInfo());
 }
示例#2
0
文件: Video.php 项目: k42b3/psx-ws
 public function getRecordInfo()
 {
     return new RecordInfo('video', array('html' => $this->html, 'width' => $this->width, 'height' => $this->height), parent::getRecordInfo());
 }
示例#3
0
文件: Photo.php 项目: k42b3/psx-ws
 public function getRecordInfo()
 {
     return new RecordInfo('photo', array('url' => $this->url, 'width' => $this->width, 'height' => $this->height), parent::getRecordInfo());
 }