ClassNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

SymfonyStyle::table()

table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows

Component\Security\Guard\Firewall

Classes GuardAuthenticationListener Authentication listener for the "guard" system.

Acl::getObjectFieldAces()

array getObjectFieldAces(string $field) Returns all object-field-based ACEs associated with this ACL Parameters string $field Return Value array

Psr6Cache::has()

has(string $class) Returns whether metadata for the given class exists in the cache. Parameters string $class

Bridge\Propel1\DependencyInjection\Security

Namespaces Symfony\Bridge\Propel1\DependencyInjection\Security\UserProvider

FormConfigInterface::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

ElementMetadata deprecated

class ElementMetadata extends GenericMetadata deprecated since version 2.5, to be removed in 3.0. Extend {@link GenericMetadata} instead. Contains the metadata of a structural element. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects. from GenericMetadata int $traversalStrategy The strategy for traversing traversable objects. from GenericMetadata Methods string[

KernelInterface::isDebug()

bool isDebug() Checks if debug mode is enabled. Return Value bool true if debug mode is enabled, false otherwise

AclCacheInterface::getFromCacheById()

AclInterface getFromCacheById(int $primaryKey) Retrieves an ACL for the given object identity primary key from the cache Parameters int $primaryKey Return Value AclInterface