SessionListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event

Profiler::all()

array all() Gets the Collectors associated with this profiler. Return Value array An array of collectors

FormErrorIterator::valid()

bool valid() Returns whether the iterator's position is valid. Return Value bool Whether the iterator is valid

ConstraintViolation::getInvalidValue()

mixed getInvalidValue() Returns the value that caused the violation. Return Value mixed The invalid value that caused the validated constraint to fail.

StyleInterface::confirm()

bool confirm(string $question, bool $default = true) Asks for confirmation. Parameters string $question bool $default Return Value bool

TableCell::getColspan()

int getColspan() Gets number of colspan. Return Value int

PostAuthenticationGuardToken::serialize()

serialize() {@inheritdoc}

PostAuthenticationGuardToken::getCredentials()

mixed getCredentials() This is meant to be only an authenticated token, where credentials have already been used and are thus cleared. {@inheritdoc} Return Value mixed The user credentials

EntryManager::add()

add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry

PdoCaster

class PdoCaster Casts PDO related classes to array representation. Methods static castPdo(PDO $c, array $a, Stub $stub, $isNested) static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested) Details static castPdo(PDO $c, array $a, Stub $stub, $isNested) Parameters PDO $c array $a Stub $stub $isNested static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested) Par