Comparator::getTarget()

string getTarget() Gets the target value. Return Value string The target value

RequestDataCollector::getRedirect()

array|bool getRedirect() Gets the previous request attributes. Return Value array|bool A legacy array of data from the previous redirection response or false otherwise

MessageDigestPasswordEncoder::encodePassword()

string encodePassword(string $raw, string $salt) Encodes the raw password. Parameters string $raw The password to encode string $salt The salt Return Value string The encoded password

DoctrineOrmTypeGuesser::guessRequired()

ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value ValueGuess A guess for the field's required setting

Form::offsetExists()

bool offsetExists(string $name) Returns whether a child with the given name exists (implements the \ArrayAccess interface). Parameters string $name The name of the child Return Value bool

RouterDataCollector::getRedirect()

bool getRedirect() Return Value bool Whether this request will result in a redirect

ArrayNodeDefinition::canBeUnset()

ArrayNodeDefinition canBeUnset(bool $allow = true) Sets whether the node can be unset. Parameters bool $allow Return Value ArrayNodeDefinition

RouteCollection::count()

int count() Gets the number of Routes in this collection. Return Value int The number of routes

Response::setClientTtl()

Response setClientTtl(int $seconds) Sets the response's time-to-live for private/client caches. This method adjusts the Cache-Control/max-age directive. Parameters int $seconds Number of seconds Return Value Response

ConnectionOptions::getOptionName()

static getOptionName($name) Parameters $name