1 | <?php |
||
13 | class GenericVotingManager extends AbstractVotingManager |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @param string $action |
||
18 | * @param \SpareParts\Overseer\Voter\IVotingSubject|mixed $votingSubject |
||
19 | * @param \SpareParts\Overseer\Identity\IVotingContext $votingContext |
||
20 | * @return \SpareParts\Overseer\IVotingResult |
||
21 | * @throws \SpareParts\Overseer\InvalidVotingResultException |
||
22 | */ |
||
23 | 3 | public function vote($action, $votingSubject, IVotingContext $votingContext) |
|
27 | |||
28 | } |