1 | <?php |
||
7 | trait ActionCommandHelperTrait { |
||
8 | |||
9 | /** |
||
10 | * @return CommandService |
||
11 | */ |
||
12 | abstract protected function getService(); |
||
13 | |||
14 | /** |
||
15 | * |
||
16 | * @param string $actionName |
||
17 | * @return ActionSchema |
||
18 | */ |
||
19 | private function getAction($actionName) { |
||
29 | |||
30 | private function getAcl(ActionSchema $action) { |
||
59 | } |