W3cubDocs

/Symfony 4.1

MultipleStateMarkingStore

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.

Methods

__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()

Details

__construct(string $property = 'marking', PropertyAccessorInterface $propertyAccessor = null)

Parameters

string $property
PropertyAccessorInterface $propertyAccessor

Marking getMarking(object $subject)

Gets a Marking from a subject.

Parameters

object $subject A subject

Return Value

Marking The marking

setMarking(object $subject, Marking $marking)

Sets a Marking to a subject.

Parameters

object $subject A subject
Marking $marking A marking

string getProperty()

Return Value

string