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