| Fully Qualified Name: | Zend\Config\AbstractConfigFactory |
| Implements: | AbstractFactoryInterface |
Class AbstractConfigFactory
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Create service with name (SM v3) | AbstractConfigFactory |
| addPattern() | AbstractConfigFactory | |
| addPatterns() | AbstractConfigFactory | |
| canCreate() | Determine if we can create a service (SM v3) | AbstractConfigFactory |
| canCreateServiceWithName() | Determine if we can create a service with name (SM v2) | AbstractConfigFactory |
| createServiceWithName() | Create service with name (SM v2) | AbstractConfigFactory |
| getPatterns() | AbstractConfigFactory | |
| setPatterns() | AbstractConfigFactory |
Create service with name (SM v3)
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ContainerInterface | |
| $requestedName | string | |
| $options | array |
Returns: string|mixed|array
| Parameter Name | Type | Description |
|---|---|---|
| $pattern | string |
Returns: self
| Parameter Name | Type | Description |
|---|---|---|
| $patterns | array|\Traversable |
Returns: self
Determine if we can create a service (SM v3)
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ContainerInterface | |
| $requestedName | string |
Returns: bool
Determine if we can create a service with name (SM v2)
| Parameter Name | Type | Description |
|---|---|---|
| $serviceLocator | \ServiceLocatorInterface | |
| $requestedName | ||
| $name | ||
| $requestedName |
Returns: bool
Create service with name (SM v2)
| Parameter Name | Type | Description |
|---|---|---|
| $serviceLocator | \ServiceLocatorInterface | |
| $name | string | |
| $requestedName | string |
Returns: string|mixed|array
Returns: array
| Parameter Name | Type | Description |
|---|---|---|
| $patterns | array|\Traversable |
Returns: self