コード例 #1
0
ファイル: ParsingState.php プロジェクト: typo3/fluid
 /**
  * Returns TRUE if the current template has a template defined via <f:layout name="..." />
  *
  * @return boolean
  */
 public function hasLayout()
 {
     return $this->variableContainer->exists('layoutName');
 }