예제 #1
0
 /**
  * {@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();
 }