コード例 #1
0
ファイル: TemplateEnvironment.php プロジェクト: dzoke/Cms
 /**
  * @return array
  */
 public function getViewParameters()
 {
     $parameters = array('template' => $this->template);
     return array_merge(parent::getViewParameters(), $parameters);
 }