W3cubDocs

/Symfony 4.1

ParametersConfigurator

class ParametersConfigurator extends AbstractConfigurator

Constants

FACTORY

Properties

protected $definition from AbstractConfigurator

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(ContainerBuilder $container)
$this set(string $name, $value)

Creates a parameter.

$this __invoke(string $name, $value)

Creates a parameter.

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(ContainerBuilder $container)

Parameters

ContainerBuilder $container

final $this set(string $name, $value)

Creates a parameter.

Parameters

string $name
$value

Return Value

$this

final $this __invoke(string $name, $value)

Creates a parameter.

Parameters

string $name
$value

Return Value

$this