class MultipleStateMarkingStore implements MarkingStoreInterface
MultipleStateMarkingStore stores the marking into a property of the subject.
This store deals with a "multiple state" Marking. It means a subject can be in many states at the same time.
__construct(string $property = 'marking', PropertyAccessorInterface $propertyAccessor = null) | ||
Marking | getMarking(object $subject) Gets a Marking from a subject. | |
setMarking(object $subject, Marking $marking) Sets a Marking to a subject. | ||
string | getProperty() |
string | $property | |
PropertyAccessorInterface | $propertyAccessor |
Gets a Marking from a subject.
object | $subject | A subject |
Marking | The marking |
Sets a Marking to a subject.
object | $subject | A subject |
Marking | $marking | A marking |
string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/MarkingStore/MultipleStateMarkingStore.html