OutputInterface::isDecorated()

bool isDecorated() Gets the decorated flag. Return Value bool true if the output will decorate messages, false otherwise

InputOption::getName()

string getName() Returns the option name. Return Value string The name

LocaleBundleTransformationRule::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

LocaleBundleTransformationRule::beforeCreateStub()

mixed beforeCreateStub(StubbingContextInterface $context) Runs instructions to be executed before creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation. Return Value mixed The data to include in the stub version.

Token

class Token Represents a Token. Constants EOF_TYPE NAME_TYPE NUMBER_TYPE STRING_TYPE OPERATOR_TYPE PUNCTUATION_TYPE Properties $value $type $cursor Methods __construct(int $type, string $value, int $cursor) Constructor. string __toString() Returns a string representation of the token. bool test(array|int $type, string|null $value = null) Tests the current token for a type and/or a value. Details __construc

TokenStorageInterface

interface TokenStorageInterface The TokenStorageInterface. Methods TokenInterface|null getToken() Returns the current security token. setToken(TokenInterface $token = null) Sets the authentication token. Details TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available setToken(TokenInt

ValidateRequestListener

class ValidateRequestListener implements EventSubscriberInterface Validates that the headers and other information indicating the client IP address of a request are consistent. Methods onKernelRequest(GetResponseEvent $event) Performs the validation. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKernelRequest(GetResponseEvent $event) Performs the validation. Parameters G

EntryInterface

interface EntryInterface implements Serializable This class represents an individual entry in the ACL list. Instances MUST be immutable, as they are returned by the ACL and should not allow client modification. Methods AclInterface getAcl() The ACL this ACE is associated with. int getId() The primary key of this ACE int getMask() The permission mask of this ACE SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE string getStr

FormErrorIterator::seek()

seek(int $position) Sets the position of the iterator. Parameters int $position The new position Exceptions OutOfBoundsException If the position is invalid

FullTransformer::formatReplace()

string formatReplace(string $dateChars, DateTime $dateTime) Return the formatted ICU value for the matched date characters. Parameters string $dateChars The date characters to be replaced with a formatted ICU value DateTime $dateTime A DateTime object to be used to generate the formatted value Return Value string The formatted value Exceptions NotImplementedException When it encounters a not implemented date character