コード例 #1
0
ファイル: TemplateEnvironment.php プロジェクト: dzoke/Cms
 /**
  * {@inheritDoc}
  */
 public function getMainBlock()
 {
     return $this->template->getBlock();
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 protected function getMainBlock()
 {
     return $this->template->getBlock();
 }