コード例 #1
0
ファイル: AbstractModule.php プロジェクト: keeko/framework
 /**
  * Returns the modules title
  *
  * @return string
  */
 public function getTitle()
 {
     return $this->model->getTitle();
 }