ProxyDumper::getProxyCode()

string getProxyCode(Definition $definition) Generates the code for the lazy proxy. Parameters Definition $definition Return Value string

ResponseCacheStrategyInterface::update()

update(Response $response) Updates the Response HTTP headers based on the embedded Responses. Parameters Response $response

ElementNode::getElement()

null|string getElement() Return Value null|string

Comparator::getOperator()

string getOperator() Gets the comparison operator. Return Value string The operator

RecursiveValidator::validateProperty()

ConstraintViolationListInterface validateProperty(object $object, string $propertyName, array|null $groups = null) Validates a property of an object against the constraints specified for this property. Parameters object $object The object string $propertyName The name of the validated property array|null $groups The validation groups to validate. If none is given, "Default" is assumed Return Value ConstraintViolationListInterface A list of constraint violations If the list is

HtmlExtension::getName()

string getName() Returns extension name. Return Value string

ArrayChoiceList

class ArrayChoiceList implements ChoiceListInterface A list of choices with arbitrary data types. The user of this class is responsible for assigning string values to the choices. Both the choices and their values are passed to the constructor. Each choice must have a corresponding value (with the same array key) in the value array. Methods __construct(array|Traversable $choices, callable $value = null) Creates a list with the given choices and values. array getChoices() Returns all

Definition::isAutowired()

bool isAutowired() Is the definition autowired? Return Value bool

InputDefinition::getArgumentCount()

int getArgumentCount() Returns the number of InputArguments. Return Value int The number of InputArguments

Alias

class Alias Methods __construct(string $id, bool $public = true) bool isPublic() Checks if this DI Alias should be public or not. setPublic(bool $boolean) Sets if this Alias is public. string __toString() Returns the Id of this alias. Details __construct(string $id, bool $public = true) Parameters string $id Alias identifier bool $public If this alias is public bool isPublic() Checks if t