1 | <?php |
||
24 | class ParticipantProviderSecurityContext implements ParticipantProviderInterface |
||
25 | { |
||
26 | protected $securityContext; |
||
27 | |||
28 | /** |
||
29 | * Constructor. |
||
30 | * |
||
31 | * @param SecurityContextInterface $securityContext A security context interface |
||
32 | */ |
||
33 | public function __construct(SecurityContextInterface $securityContext) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function getAuthenticatedParticipant() |
||
51 | } |
||
52 |