MarkingStoreInterface
MarkingStoreInterface
interface MarkingStoreInterface
MarkingStoreInterface is the interface between the Workflow Component and a plain old PHP object: the subject.
It converts the Marking into something understandable by the subject and vice versa.
Methods
Marking | getMarking(object $subject) Gets a Marking from a subject. | |
setMarking(object $subject, Marking $marking) Sets a Marking to a subject. |