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

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

Returns the "strict layout" flag. When the flag is false we will look for a view template with both the specified and the default template name in getViewTemplateUris. When true we will only look for the specified view template.
public isStrictLayout ( ) : boolean
Результат boolean
    public function isStrictLayout()
    {
        return $this->strictLayout;
    }