AbstractOperation

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)