Method | Description | |
---|---|---|
__invoke ( Interop\Container\ContainerInterface $container, string $name, array $options = null ) : array | Traversable | Create the application configuration service | |
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : array | Traversable | Create and return config instance |
public __invoke ( Interop\Container\ContainerInterface $container, string $name, array $options = null ) : array | Traversable | ||
$container | Interop\Container\ContainerInterface | |
$name | string | |
$options | array | |
return | array | Traversable |
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : array | Traversable | ||
$container | Zend\ServiceManager\ServiceLocatorInterface | |
return | array | Traversable |