FluidTYPO3\Flux\FluxPackage::getViewPaths PHP Метод

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

Returns an instance of Flux's TemplatePaths class with template paths of this package preloaded.
public getViewPaths ( ) : TemplatePaths
Результат FluidTYPO3\Flux\View\TemplatePaths
    public function getViewPaths()
    {
        return new TemplatePaths(!empty($this->manifest['view']) ? $this->manifest['view'] : $this->getExtensionName());
    }