1 | <?php |
||
22 | class ListAction extends Action |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Initialize an action instance |
||
27 | * |
||
28 | * @param array $config Configuration options passed to the constructor |
||
29 | * @return void |
||
30 | */ |
||
31 | 2 | public function initialize(array $config) |
|
36 | |||
37 | /** |
||
38 | * Execute action. |
||
39 | * |
||
40 | * @return mixed |
||
41 | */ |
||
42 | 2 | public function execute() |
|
63 | } |
||
64 |