|
|
@ -87,9 +87,9 @@ class Controller extends Component implements ViewContextInterface |
|
|
|
* |
|
|
|
* |
|
|
|
* ~~~ |
|
|
|
* ~~~ |
|
|
|
* return [ |
|
|
|
* return [ |
|
|
|
* 'action1' => '@app/components/Action1', |
|
|
|
* 'action1' => 'app\components\Action1', |
|
|
|
* 'action2' => [ |
|
|
|
* 'action2' => [ |
|
|
|
* 'class' => '@app/components/Action2', |
|
|
|
* 'class' => 'app\components\Action2', |
|
|
|
* 'property1' => 'value1', |
|
|
|
* 'property1' => 'value1', |
|
|
|
* 'property2' => 'value2', |
|
|
|
* 'property2' => 'value2', |
|
|
|
* ], |
|
|
|
* ], |
|
|
|