Profile::setStatusCode()

setStatusCode(int $statusCode) Parameters int $statusCode

Stopwatch::isStarted()

bool isStarted(string $name) Checks if the event was started. Parameters string $name The event name Return Value bool

IdReader::getIdValue()

mixed getIdValue(object $object) Returns the ID value for an object. This method assumes that the object has a single-column ID. Parameters object $object The object Return Value mixed The ID value

MergeDoctrineCollectionListener::onBind()

onBind(FormEvent $event) deprecated deprecated since version 3.1, to be removed in 4.0. Use {@link onSubmit()} instead. Alias of {@link onSubmit()}. Parameters FormEvent $event

RouteCollectionBuilder::add()

Route add(string $path, string $controller, string|null $name = null) Adds a route and returns it for future modification. Parameters string $path The route path string $controller The route's controller string|null $name The name to give this route Return Value Route

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

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

TableCell::getColspan()

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