PHP Class ZF\Apigility\Admin\Controller\DashboardControllerFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: zfcampus/zf-apigility-admin

Méthodes publiques

Méthode Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DashboardController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DashboardController

Method Details

__invoke() public méthode

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DashboardController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Résultat DashboardController

createService() public méthode

public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DashboardController
$container Zend\ServiceManager\ServiceLocatorInterface
Résultat DashboardController