Basecoat\View::setLayout PHP Method

setLayout() public method

* Set the layout to use for output. Name must match one set with setLayouts().
public setLayout ( $layout_name )
$layout_name name of layout
    public function setLayout($layout_name)
    {
        $this->layout = $layout_name;
    }