SingleStateMarkingStore
SingleStateMarkingStore
class SingleStateMarkingStore implements MarkingStoreInterface
SingleStateMarkingStore stores the marking into a property of the subject.
This store deals with a "single state" Marking. It means a subject can be in one and only one state at the same time.
Methods
__construct(string $property = 'marking', PropertyAccessorInterface $propertyAccessor = null) | ||
登录查看完整内容
|