示例#1
0
文件: Page.php 项目: blitzik/CMS
 /**
  * @return string
  */
 public function getAuthorName()
 {
     return $this->author->getName();
 }