FOF30\View\ViewTemplateFinder::isStrictView PHP Метод

isStrictView() публичный Метод

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
Результат boolean
    public function isStrictView()
    {
        return $this->strictView;
    }