PHP Class ZF\Apigility\Admin\Model\ValidatorMetadataModelFactory

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

Method Details

__invoke() public méthode

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

createService() public méthode

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