FOF30\View\ViewTemplateFinder::isStrictLayout PHP Méthode

isStrictLayout() public méthode

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
Résultat boolean
    public function isStrictLayout()
    {
        return $this->strictLayout;
    }