Methods
addPattern()
addPattern(string $pattern) : \Zend\Config\self
Parameters
$pattern
string
Exceptions
Returns
\Zend\Config\self
addPatterns()
addPatterns(array | \Traversable $patterns) : \Zend\Config\self
Parameters
$patterns
array\Traversable
Exceptions
Returns
\Zend\Config\self
Determine if we can create a service with name
canCreateServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName) : bool
Parameters
$name
string
$requestedName
string
Returns
bool
Create service with name
createServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName) : string | mixed | array
Parameters
$name
string
$requestedName
string
Returns
string
mixed
array
getPatterns()
getPatterns() : array
setPatterns()
setPatterns(array | \Traversable $patterns) : \Zend\Config\self
Parameters
$patterns
array\Traversable
Exceptions
Returns
\Zend\Config\self
match()
match(string $requestedName) : null | string
Parameters
$requestedName
string
Returns
null
string
Properties
$configs
$configs : array
$defaultPatterns
$defaultPatterns : string[]
$patterns
$patterns : string[]