1 | <?php namespace rtens\domin\execution\access; |
||
5 | class NoneAccessControl implements AccessControl { |
||
6 | |||
7 | /** |
||
8 | * @param string $actionId |
||
9 | * @return boolean |
||
10 | */ |
||
11 | public function isVisible($actionId) { |
||
14 | |||
15 | /** |
||
16 | * @param string $actionId |
||
17 | * @param mixed[] $parameters indexed by parameter names |
||
18 | * @return boolean |
||
19 | */ |
||
20 | public function isExecutionPermitted($actionId, array $parameters) { |
||
23 | } |