Component\DependencyInjection\LazyProxy\Instantiator

Classes RealServiceInstantiator {@inheritDoc} Interfaces InstantiatorInterface Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance.

OutputFormatterInterface

interface OutputFormatterInterface Formatter interface for console output. Methods setDecorated(bool $decorated) Sets the decorated flag. bool isDecorated() Gets the decorated flag. setStyle(string $name, OutputFormatterStyleInterface $style) Sets a new style. bool hasStyle(string $name) Checks if output formatter has style with specified name. OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. string format(st

CsrfValidationListener

class CsrfValidationListener implements EventSubscriberInterface Methods static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. __construct($fieldName, CsrfTokenManagerInterface $tokenManager, $tokenId, $errorMessage, TranslatorInterface $translator = null, $translationDomain = null, ServerParams $serverParams = null) preSubmit(FormEvent $event) Details static array getSubscribedEvents()

AttributeNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ParsedExpression

class ParsedExpression extends Expression Represents an already parsed expression. Methods __construct(string $expression, Node $nodes) Constructor. string __toString() Gets the expression. from Expression getNodes() Details __construct(string $expression, Node $nodes) Constructor. Parameters string $expression An expression Node $nodes A Node representing the expression string __toString()

FormErrorIterator::seek()

seek(int $position) Sets the position of the iterator. Parameters int $position The new position Exceptions OutOfBoundsException If the position is invalid

AuthorizationChecker

class AuthorizationChecker implements AuthorizationCheckerInterface AuthorizationChecker is the main authorization point of the Security component. It gives access to the token representing the current user authentication. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, AccessDecisionManagerInterface $accessDecisionManager, bool $alwaysAuthenticate = false) Constructor. bool isGranted(mixed $attributes, mixed $object =

Variable

class Variable Represents a variable. $var = new Variable('a'); will be dumped as $a by the PHP dumper. Methods __construct(string $name) string __toString() Converts the object to a string. Details __construct(string $name) Parameters string $name string __toString() Converts the object to a string. Return Value string

Component\Config\Resource

Classes DirectoryResource DirectoryResource represents a resources stored in a subdirectory tree. FileResource FileResource represents a resource stored on the filesystem. Interfaces ResourceInterface ResourceInterface is the interface that must be implemented by all Resource classes.

AclProvider::findAcls()

SplObjectStorage findAcls(array $oids, array $sids = array()) Returns the ACLs that belong to the given object identities Parameters array $oids an array of ObjectIdentityInterface implementations array $sids an array of SecurityIdentityInterface implementations Return Value SplObjectStorage mapping the passed object identities to ACLs Exceptions AclNotFoundException when we cannot find an ACL for all identities