Method | Description | |
---|---|---|
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ZF\Apigility\Admin\Controller\ValidatorsController | Create and return a ValidatorsController instance. | |
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ZF\Apigility\Admin\Controller\ValidatorsController | Create and return a ValidatorsController instance (v2). |
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ZF\Apigility\Admin\Controller\ValidatorsController | ||
$container | Interop\Container\ContainerInterface | |
$requestedName | string | |
$options | array | |
return | ZF\Apigility\Admin\Controller\ValidatorsController |
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ZF\Apigility\Admin\Controller\ValidatorsController | ||
$container | Zend\ServiceManager\ServiceLocatorInterface | |
return | ZF\Apigility\Admin\Controller\ValidatorsController |