withoutLayout = true; return $this; } /** * Return true if no layout * * @access public * @return boolean */ public function hasLayout() { return $this->withoutLayout; } }