Пример #1
0
 public function getRecordInfo()
 {
     return new RecordInfo('link', array(), parent::getRecordInfo());
 }
Пример #2
0
 public function getRecordInfo()
 {
     return new RecordInfo('video', array('html' => $this->html, 'width' => $this->width, 'height' => $this->height), parent::getRecordInfo());
 }
Пример #3
0
 public function getRecordInfo()
 {
     return new RecordInfo('photo', array('url' => $this->url, 'width' => $this->width, 'height' => $this->height), parent::getRecordInfo());
 }