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

StyleInterface::confirm()

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

ConstraintViolation::getInvalidValue()

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

SessionHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

FormConfigBuilder::isValidName()

static bool isValidName(string $name) Returns whether the given variable contains a valid form name. A name is accepted if it is empty starts with a letter, digit or underscore contains only letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":") Parameters string $name The tested form name Return Value bool Whether the name is valid

EntryManagerInterface::remove()

remove(Entry $entry) Removes an entry from the Ldap server. Parameters Entry $entry