FieldEntry

class FieldEntry extends Entry implements FieldEntryInterface Field-aware ACE implementation which is auditable Methods __construct(int $id, AclInterface $acl, string $field, SecurityIdentityInterface $sid, string $strategy, int $mask, bool $granting, bool $auditFailure, bool $auditSuccess) Constructor AclInterface getAcl() The ACL this ACE is associated with. from Entry int getMask() The permission mask of this ACE from Entry int getId() The primary key of this ACE from En

GuardAuthenticationListener::handle()

handle(GetResponseEvent $event) Iterates over each authenticator to see if each wants to authenticate the request. Parameters GetResponseEvent $event

Component\Security

Namespaces Symfony\Component\Security\AclSymfony\Component\Security\CoreSymfony\Component\Security\Http

StructuredBundleReader::read()

mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to read. Return Value mixed Returns an array or {@link \ArrayAccess} instance for complex data, a scalar value otherwise.

LocaleBundleTransformationRule::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

IOException

class IOException extends RuntimeException implements IOExceptionInterface Exception class thrown when a filesystem operation failure happens. Methods __construct($message, $code, Exception $previous = null, $path = null) string getPath() Returns the associated path for the exception. Details __construct($message, $code, Exception $previous = null, $path = null) Parameters $message $code Exception $previous $path

Finder::directories()

Finder|SplFileInfo[] directories() Restricts the matching to directories only. Return Value Finder|SplFileInfo[] The current Finder instance

CurrencyBundleTransformationRule::beforeCreateStub()

mixed beforeCreateStub(StubbingContextInterface $context) Runs instructions to be executed before creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation. Return Value mixed The data to include in the stub version.

UserProviderInterface

interface UserProviderInterface Represents a class that loads UserInterface objects from some source for the authentication system. In a typical authentication configuration, a username (i.e. some unique user identifier) credential enters the system (via form login, or any method). The user provider that is configured with that authentication method is asked to load the UserInterface object for the given username (via loadUserByUsername) so that the rest of the process can continue. Internal

ProgressHelper deprecated

class ProgressHelper extends Helper deprecated since version 2.5, to be removed in 3.0 Use {@link ProgressBar} instead. The Progress class provides helpers to display progress output. Constants FORMAT_QUIET FORMAT_NORMAL FORMAT_VERBOSE FORMAT_QUIET_NOMAX FORMAT_NORMAL_NOMAX FORMAT_VERBOSE_NOMAX Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associ