コード例 #1
0
ファイル: AuthorUserView.php プロジェクト: sigma-z/dive
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->get('username');
 }
コード例 #2
0
ファイル: Author.php プロジェクト: sigma-z/dive
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->get('firstname') . ' ' . $this->get('lastname');
 }