TimeDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

NodeInterface::normalize()

mixed normalize(mixed $value) Normalizes the supplied value. Parameters mixed $value The value to normalize Return Value mixed The normalized value

Helper::strlen()

static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. Parameters string $string The string to check its length Return Value int The length of the string

PropertyPathBuilder::replaceByIndex()

replaceByIndex(int $offset, string $name = null) Replaces a property element by an index element. Parameters int $offset The offset at which to replace string $name The new name of the element. Optional Exceptions OutOfBoundsException If the offset is invalid

ProgressBar::setProgressCharacter()

setProgressCharacter(string $char) Sets the progress bar character. Parameters string $char A character

Extension::addClassesToCompile()

addClassesToCompile(array $classes) Adds classes to the class cache. Parameters array $classes An array of classes

ConstraintValidatorInterface::validate()

validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Parameters mixed $value The value that should be validated Constraint $constraint The constraint for the validation

AnalyzeServiceReferencesPass

class AnalyzeServiceReferencesPass implements RepeatablePassInterface Run this pass before passes that need to know more about the relation of your services. This class will populate the ServiceReferenceGraph with information. You can retrieve the graph in other passes from the compiler. Methods __construct(bool $onlyConstructorArguments = false) setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. process(ContainerBuilder $container) Processes a Contai

ServiceReferenceGraphNode::isAlias()

bool isAlias() Checks if the value of this node is an Alias. Return Value bool True if the value is an Alias instance

PassConfig::getAfterRemovingPasses()

array getAfterRemovingPasses() Gets all passes for the AfterRemoving pass. Return Value array An array of passes