| 1 | <?php |
||
| 13 | class CreateLocalConfigController extends Controller |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var string |
||
| 17 | */ |
||
| 18 | public $path; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 22 | */ |
||
| 23 | 1 | public function options($actionId = '') |
|
| 27 | |||
| 28 | 2 | public function beforeAction($action) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @SuppressWarnings(PHPMD.ElseExpression) |
||
| 40 | */ |
||
| 41 | 1 | public function actionInit() |
|
| 53 | } |
||
| 54 |