AbstractProxy

class AbstractProxy AbstractProxy. Methods string getSaveHandlerName() Gets the session.save_handler name. bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. bool isActive() Has a session started? string getId() Gets the session ID. setId(string $id) Sets the session ID. string getName() Gets the sessio

AbstractPreAuthenticatedListener

class AbstractPreAuthenticatedListener implements ListenerInterface AbstractPreAuthenticatedListener is the base class for all listener that authenticates users based on a pre-authenticated request (like a certificate for instance). Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) handle(GetResponseEvent $event) Handles pre-authen

AbstractPipes

class AbstractPipes implements PipesInterface Properties array $pipes Methods __construct($input) close() Closes file handles and pipes. Details __construct($input) Parameters $input close() Closes file handles and pipes.

AbstractOperation::getResult()

MessageCatalogueInterface getResult() Returns resulting catalogue ('result'). Return Value MessageCatalogueInterface

AbstractOperation::getObsoleteMessages()

array getObsoleteMessages(string $domain) Returns obsolete messages ('obsolete') after operation. Parameters string $domain Return Value array

AbstractOperation::getNewMessages()

array getNewMessages(string $domain) Returns new messages ('new') after operation. Parameters string $domain Return Value array

AbstractOperation::getMessages()

array getMessages(string $domain) Returns all valid messages ('all') after operation. Parameters string $domain Return Value array

AbstractOperation::getDomains()

array getDomains() Returns domains affected by operation. Return Value array

AbstractOperation

class AbstractOperation implements OperationInterface Base catalogues binary operation class. A catalogue binary operation performs operation on source (the left argument) and target (the right argument) catalogues. Methods __construct(MessageCatalogueInterface $source, MessageCatalogueInterface $target) array getDomains() Returns domains affected by operation. array getMessages(string $domain) Returns all valid messages ('all') after operation. array getNewMessages(strin

AbstractObjectNormalizer::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize string $format The format being (de-)serialized from or into Return Value bool