Router::setContext()

setContext(RequestContext $context) Sets the request context. Parameters RequestContext $context The context

Cookie::getExpiresTime()

string getExpiresTime() Gets the expires time of the cookie. Return Value string The cookie expires time

ExecutionContextInterface deprecated::addViolation()

addViolation(string $message, array $params = array(), mixed $invalidValue = null, int|null $plural = null, int|null $code = null) Adds a violation at the current node of the validation graph. Note: the parameters $invalidValue, $plural and $code are deprecated since version 2.5 and will be removed in 3.0. Parameters string $message The error message array $params The parameters substituted in the error message mixed $invalidValue The invalid, validated value int|null $plural The n

SimplePreAuthenticationFactory::getPosition()

getPosition()

ApplicationDescription::getNamespaces()

array getNamespaces() Return Value array

Cookie::getDomain()

string getDomain() Gets the domain of the cookie. Return Value string The cookie domain

RuntimeInstantiator

class RuntimeInstantiator implements InstantiatorInterface Runtime lazy loading proxy generator. Methods __construct() object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator) Instantiates a proxy object. Details __construct() object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator)

Command::addArgument()

Command addArgument(string $name, int $mode = null, string $description = '', mixed $default = null) Adds an argument. Parameters string $name The argument name int $mode The argument mode: InputArgument::REQUIRED or InputArgument::OPTIONAL string $description A description text mixed $default The default value (for InputArgument::OPTIONAL mode only) Return Value Command The current instance

ValidatorTypeGuesser::guessType()

TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value TypeGuess|null A guess for the field's type and options

XliffFileDumper

class XliffFileDumper extends FileDumper XliffFileDumper generates xliff files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options =