ArrayNode

class ArrayNode extends Node Properties $nodes from Node $attributes from Node Methods __construct() Constructor. __toString() from Node compile(Compiler $compiler) Compiles the node to PHP. evaluate($functions, $values) addElement(Node $value, Node $key = null) Details __construct() Constructor. __toString() compile(Compiler $compiler)

Definition::getArgument()

mixed getArgument(int $index) Gets an argument to pass to the service constructor/factory method. Parameters int $index Return Value mixed The argument value Exceptions OutOfBoundsException When the argument does not exist

OptionsResolver::offsetExists()

bool offsetExists(string $option) Returns whether a resolved option with the given name exists. Parameters string $option The option name Return Value bool Whether the option is set Exceptions AccessException If accessing this method outside of {@link resolve()} See also \ArrayAccess::offsetExists()

ContainerAwareEventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

DescriptorHelper::register()

DescriptorHelper register(string $format, DescriptorInterface $descriptor) Registers a descriptor. Parameters string $format DescriptorInterface $descriptor Return Value DescriptorHelper

UnixPipes::getDescriptors()

array getDescriptors() Returns an array of descriptors for the use of proc_open. Return Value array

FormPerformanceTestCase::setMaxRunningTime()

setMaxRunningTime(int $maxRunningTime) Parameters int $maxRunningTime Exceptions InvalidArgumentException

WrappedListener::wasCalled()

wasCalled()

ReflectionCaster::castParameter()

static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) Parameters ReflectionParameter $c array $a Stub $stub $isNested

FullTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(string $pattern) Retrieve a regular expression to match with a formatted value. Parameters string $pattern The pattern to create the reverse matching regular expression Return Value string The reverse matching regular expression with named captures being formed by the transformer index in the $transformer array