StyleInterface::confirm()

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

PostAuthenticationGuardToken::serialize()

serialize() {@inheritdoc}

EntryManager::add()

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

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

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

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

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

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

IdReader

class IdReader A utility for reading object IDs. Methods __construct(ObjectManager $om, ClassMetadata $classMetadata) bool isSingleId() Returns whether the class has a single-column ID. bool isIntId() Returns whether the class has a single-column integer ID. mixed getIdValue(object $object) Returns the ID value for an object. string getIdField() Returns the name of the ID field. Details __construct(ObjectManager $om, ClassMetadata $cl