StopwatchExtension::getName()

getName()

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

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

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

FrozenParameterBag::remove()

remove(string $name) Removes a parameter. Parameters string $name The parameter name

UniversalClassLoader deprecated

class UniversalClassLoader deprecated since version 2.4, to be removed in 3.0. Use the {@link ClassLoader} class instead. UniversalClassLoader implements a "universal" autoloader for PHP 5.3. It is able to load classes that use either: The technical interoperability standards for PHP 5.3 namespaces and class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md); The PEAR naming convention for classes (http://pear.php.net/). Classes from a sub-namespace or a sub-h

AdapterInterface deprecated::setFollowLinks()

AdapterInterface setFollowLinks(bool $followLinks) Parameters bool $followLinks Return Value AdapterInterface Current instance

Component\Console\Input

Classes ArgvInput ArgvInput represents an input coming from the CLI arguments. ArrayInput ArrayInput represents an input provided as an array. Input Input is the base class for all concrete Input classes. InputArgument Represents a command line argument. InputDefinition A InputDefinition represents a set of valid command line arguments and options. InputOption Represents a command line option. StringInput StringInput represents an input provided as a string. Interf

PreloadedExtension::hasTypeExtensions()

bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. Parameters string $name The name of the type Return Value bool Whether the given type has extensions