Profile::getParentToken()

null|string getParentToken() Returns the parent token. Return Value null|string The parent token

Specificity::getValue()

int getValue() Returns global specificity value. Return Value int

TraceableEventDispatcherInterface::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners

AcceptHeader::all()

AcceptHeaderItem[] all() Returns all items. Return Value AcceptHeaderItem[]

IntlDateFormatter::getPattern()

string getPattern() Returns the formatter's pattern. Return Value string The pattern string used by the formatter See also http://www.php.net/manual/en/intldateformatter.getpattern.php

FormErrorIterator::hasChildren()

bool hasChildren() Returns whether the current element of the iterator can be recursed into. Return Value bool Whether the current element is an instance of this class

ConditionalNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

OutputStyle::isVeryVerbose()

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool true if verbosity is set to VERBOSITYVERYVERBOSE, false otherwise

TraceableEventDispatcher

class TraceableEventDispatcher implements TraceableEventDispatcherInterface Collects some data about event listeners. This event dispatcher delegates the dispatching to another one. Methods __construct(EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger = null) Constructor. addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. addSubscriber(EventSubscriberInterface $subscrib

ApplicationDescription

class ApplicationDescription Constants GLOBAL_NAMESPACE Methods __construct(Application $application, string|null $namespace = null) Constructor. array getNamespaces() Command[] getCommands() Command getCommand(string $name) Details __construct(Application $application, string|null $namespace = null) Constructor. Parameters Application $application string|null $namespace array getNamespac