FOF30\View\ViewTemplateFinder::setStrictLayout PHP Method

setStrictLayout() public method

Sets the "strict layout" flag. When the flag is false we will look for a view template with both the specified and the default template name in getViewTemplateUris. When true we will only look for the specified view template.
public setStrictLayout ( boolean $strictLayout ) : void
$strictLayout boolean
return void
    public function setStrictLayout($strictLayout)
    {
        $this->strictLayout = $strictLayout;
    }