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

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

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