| Total Complexity | 5 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class BoxController extends \hidev\base\Controller |
||
| 17 | { |
||
| 18 | protected $_before = ['install', 'box.json']; |
||
| 19 | |||
| 20 | public $verbose; |
||
| 21 | |||
| 22 | public function getConfiguration() |
||
| 23 | { |
||
| 24 | return $this->take('box.json'); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function actionIndex() |
||
| 36 | } |
||
| 37 | |||
| 38 | public function actionBuild() |
||
| 41 | } |
||
| 42 | |||
| 43 | public function runBuild() |
||
| 53 |