예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getDescription()
 {
     return $this->api->get('description') ?: parent::getDescription();
 }
예제 #2
0
파일: Archive.php 프로젝트: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getDescription()
 {
     return $this->getMetadata('description') ?: parent::getDescription();
 }
예제 #3
0
파일: Wikipedia.php 프로젝트: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getDescription()
 {
     return $this->getPageInfo('extract') ?: parent::getDescription();
 }