AbstractToken::setUser()

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance, or an object implementing a __toString method or the username as a regular string. Parameters mixed $user Exceptions InvalidArgumentException

TimeDataCollector::getEvents()

array getEvents() Gets the request events. Return Value array The request events

Acl::updateClassAce()

updateClassAce(int $index, int $mask, string $strategy = null) Updates a class-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

Process::isOutputDisabled()

bool isOutputDisabled() Returns true in case the output is disabled, false otherwise. Return Value bool

NumberFormatter::create()

static NumberFormatter create(string $locale = 'en', int $style = null, string $pattern = null) Static constructor. Parameters string $locale The locale code. The only supported locale is "en" (or null using the default locale, i.e. "en") int $style Style of the formatting, one of the format style constants The only currently supported styles are NumberFormatter::DECIMAL and NumberFormatter::CURRENCY. string $pattern Not supported. A pattern string in case $style is

Command::ignoreValidationErrors()

ignoreValidationErrors() Ignores validation errors. This is mainly useful for the help command.

XmlDescriptor::getInputDefinitionDocument()

DOMDocument getInputDefinitionDocument(InputDefinition $definition) Parameters InputDefinition $definition Return Value DOMDocument

ViolationPath::isProperty()

bool isProperty(int $index) Returns whether the element at the given index is a property. Parameters int $index The index in the property path Return Value bool Whether the element at this index is a property Exceptions OutOfBoundsException If the offset is invalid

StringCastException

class StringCastException extends RuntimeException

SymfonyStyle::note()

note(string|array $message) Formats a note admonition. Parameters string|array $message