AbstractCloner::setMaxItems()

setMaxItems(int $maxItems) Sets the maximum number of items to clone past the first level in nested structures. Parameters int $maxItems

AbstractAuthenticationListener::handle()

final handle(GetResponseEvent $event) Handles form based authentication. Parameters GetResponseEvent $event Exceptions RuntimeException SessionUnavailableException

AbstractBundleReader

class AbstractBundleReader implements BundleReaderInterface Base class for {@link BundleReaderInterface} implementations. Methods string[] getLocales(string $path) Reads the available locales of a resource bundle. Details string[] getLocales(string $path) Reads the available locales of a resource bundle. Parameters string $path The path to the resource bundle. Return Value string[] A list of supported locale codes.

AbstractAuthenticationListener::setRememberMeServices()

setRememberMeServices(RememberMeServicesInterface $rememberMeServices) Sets the RememberMeServices implementation to use. Parameters RememberMeServicesInterface $rememberMeServices

AbstractBundle

class AbstractBundle implements ResourceBundleInterface Base class for {@link ResourceBundleInterface} implementations. Methods __construct(string $path, StructuredBundleReaderInterface $reader) Creates a bundle at the given path using the given reader for reading bundle entries. string[] getLocales() Returns the list of locales that this bundle supports. Details __construct(string $path, StructuredBundleReaderInterface $reader) Creates a

AbstractAdapter::saveDeferred()

saveDeferred(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

AbstractAuthenticationListener

class AbstractAuthenticationListener implements ListenerInterface The AbstractAuthenticationListener is the preferred base class for all browser-/HTTP-based authentication requests. Subclasses likely have to implement the following: - an TokenInterface to hold authentication related data - an AuthenticationProvider to perform the actual authentication of the token, retrieve the UserInterface implementation from a database, and perform the specific account checks using the UserChecker By defa

AbstractAdapter::save()

save(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

AbstractAdapter::deleteItems()

deleteItems(array $keys) {@inheritdoc} Parameters array $keys

AbstractAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key