コード例 #1
0
ファイル: Soundcloud.php プロジェクト: heatery/Embed
 /**
  * {@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();
 }