Total Complexity | 4 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Coverage | 93.33% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Oauth2MigrationsController extends Oauth2BaseConsoleController |
||
11 | { |
||
12 | /** |
||
13 | * Name of the database component. |
||
14 | * @var string |
||
15 | */ |
||
16 | public $db = 'db'; |
||
17 | |||
18 | /** |
||
19 | * Force generation of existing migrations. |
||
20 | * @var bool |
||
21 | */ |
||
22 | public $force = false; |
||
23 | |||
24 | /** |
||
25 | * @inheritDoc |
||
26 | */ |
||
27 | 1 | public function options($actionID) |
|
38 | } |
||
39 | |||
40 | /** |
||
41 | * @inheritDoc |
||
42 | */ |
||
43 | 1 | public function optionAliases() |
|
47 | 1 | ]); |
|
48 | } |
||
49 | |||
50 | /** |
||
51 | * @inheritDoc |
||
52 | */ |
||
53 | 1 | public function actions() |
|
61 |