AbstractServiceConfigurator
class AbstractServiceConfigurator extends AbstractConfigurator
Constants
| FACTORY |
Methods
| __call($method, $args) | from AbstractConfigurator | |
| static mixed | processValue(mixed $value, bool $allowServices = false) Checks that a value is valid, optionally replacing Definition and Reference configurators by their configure value. | from AbstractConfigurator |
| __construct(ServicesConfigurator $parent, Definition $definition, string $id = null, array $defaultTags = array()) | ||
| __destruct() | ||
| set(string $id, string $class = null) Registers a service. | ||
| alias(string $id, string $referencedId) Creates an alias. | ||
| load(string $namespace, string $resource) Registers a PSR-4 namespace using a glob pattern. | ||
| get(string $id) Gets an already defined service definition. | ||
| __invoke(string $id, string $class = null) Registers a service. |
Details
__call($method, $args)
Parameters
| $method | ||
| $args |
static mixed processValue(mixed $value, bool $allowServices = false)
Checks that a value is valid, optionally replacing Definition and Reference configurators by their configure value.
Parameters
| mixed | $value | |
| bool | $allowServices | whether Definition and Reference are allowed; by default, only scalars and arrays are |
Return Value
| mixed | the value, optionally cast to a Definition/Reference |
__construct(ServicesConfigurator $parent, Definition $definition, string $id = null, array $defaultTags = array())
Parameters
| ServicesConfigurator | $parent | |
| Definition | $definition | |
| string | $id | |
| array | $defaultTags |
__destruct()
final set(string $id, string $class = null)
Registers a service.
Parameters
| string | $id | |
| string | $class |
final alias(string $id, string $referencedId)
Creates an alias.
Parameters
| string | $id | |
| string | $referencedId |
final load(string $namespace, string $resource)
Registers a PSR-4 namespace using a glob pattern.
Parameters
| string | $namespace | |
| string | $resource |
final get(string $id)
Gets an already defined service definition.
Parameters
| string | $id |
Exceptions
| ServiceNotFoundException | if the service definition does not exist |
final __invoke(string $id, string $class = null)
Registers a service.
Parameters
| string | $id | |
| string | $class |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.html