FOF30\View\ViewTemplateFinder::isStrictView PHP Method

isStrictView() public method

Returns the "strict view" flag. When the flag is false we will look for the view template in both the singularised and pluralised view. If it's true we will only look for the view template in the view specified in getViewTemplateUris.
public isStrictView ( ) : boolean
return boolean
    public function isStrictView()
    {
        return $this->strictView;
    }