예제 #1
0
파일: Page.php 프로젝트: blitzik/CMS
 /**
  * @return string
  */
 public function getAuthorName()
 {
     return $this->author->getName();
 }