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

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

Sets 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 setStrictView ( boolean $strictView ) : void
$strictView boolean
Результат void
    public function setStrictView($strictView)
    {
        $this->strictView = $strictView;
    }