コード例 #1
0
ファイル: TextPresenter.php プロジェクト: kivi8/ars-poetica
 public function actionDefault()
 {
     $this->texts = $this->textManager->getAllText();
     $this->template->texts = $this->texts;
 }