FOF30\View\ViewTemplateFinder::isStrictTpl PHP Method

isStrictTpl() public method

Returns the "strict template" flag. When the flag is false we will look for a view template with or without the subtemplate defined in getViewTemplateUris. If it's true we will only look for the subtemplate specified.
public isStrictTpl ( ) : boolean
return boolean
    public function isStrictTpl()
    {
        return $this->strictTpl;
    }