1 | <?php |
||
9 | class ActionList extends ActionListAbstract |
||
10 | { |
||
11 | public function __construct( |
||
18 | |||
19 | protected function allowedProperties() |
||
26 | |||
27 | /** |
||
28 | * @param string $token |
||
29 | * @param string $value |
||
30 | * @param array $query |
||
31 | * @return array |
||
32 | */ |
||
33 | protected function transformTokenToRoute($token, $value, array $query) |
||
46 | } |