PHP Class ZF\Apigility\Admin\Controller\DocumentationControllerFactory

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 ) : DocumentationController Create and return DocumentationController instance.
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DocumentationController Create and return DocumentationController instance (v2).

Method Details

__invoke() public méthode

Create and return DocumentationController instance.
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DocumentationController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Résultat DocumentationController

createService() public méthode

Provided for backwards compatibility; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DocumentationController
$container Zend\ServiceManager\ServiceLocatorInterface
Résultat DocumentationController