PHP Class Gc\Mvc\Factory\ViewTemplatePathStackFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: gotcms/gotcms

Méthodes publiques

Méthode Description
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : TemplatePathStack Create the template map view resolver

Method Details

createService() public méthode

Creates a Zend\View\Resolver\TemplatePathStack and populates it with the ['view_manager']['template_path_stack'] and sets the default suffix with the ['view_manager']['default_template_suffix']
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : TemplatePathStack
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface Service Locator
Résultat Gc\View\Resolver\TemplatePathStack