Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->api->get('title') ?: parent::getTitle();
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->getMetadata('title') ?: parent::getTitle();
 }
Пример #3
0
 /**
  * {@inheritdoc}
  */
 public function getTitle()
 {
     return $this->getPageInfo('title') ?: parent::getTitle();
 }