WrappedListener::wasCalled()

wasCalled()

UnixPipes::getDescriptors()

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

DescriptorHelper::register()

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

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

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()

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)

FormError::getMessageTemplate()

string getMessageTemplate() Returns the error message template. Return Value string

ContainerInterface::has()

bool has(string $id) Returns true if the given service is defined. Parameters string $id The service identifier Return Value bool true if the service is defined, false otherwise

ValidatorBuilderInterface::addXmlMapping()

ValidatorBuilderInterface addXmlMapping(string $path) Adds an XML constraint mapping file to the validator. Parameters string $path The path to the mapping file Return Value ValidatorBuilderInterface The builder object

Question::getDefault()

mixed getDefault() Returns the default answer. Return Value mixed