예제 #1
0
파일: Archive.php 프로젝트: heatery/Embed
 /**
  * {@inheritdoc}
  */
 public function getAuthorName()
 {
     return $this->getMetadata('creator') ?: parent::getAuthorName();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function getAuthorName()
 {
     return $this->api->get('user', 'username') ?: parent::getAuthorName();
 }