コード例 #1
0
ファイル: Soundcloud.php プロジェクト: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->api->get('title') ?: parent::getTitle();
 }
コード例 #2
0
ファイル: Archive.php プロジェクト: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->getMetadata('title') ?: parent::getTitle();
 }
コード例 #3
0
ファイル: Wikipedia.php プロジェクト: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->getPageInfo('title') ?: parent::getTitle();
 }