AbstractProxy::getName()

string getName() Gets the session name. Return Value string

AbstractOperation::getObsoleteMessages()

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

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

AbstractOperation::getResult()

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

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.

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

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::getNewMessages()

array getNewMessages(string $domain) Returns new messages ('new') after operation. Parameters string $domain 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