| 1 | <?php |
||
| 17 | class ScrutinizerController extends \hidev\controllers\CommonController |
||
| 18 | { |
||
| 19 | public function getLanguage() |
||
| 23 | |||
| 24 | public function actionUploadCoverage() |
||
| 29 | |||
| 30 | public function actionGetOcularPhp() |
||
| 38 | |||
| 39 | public function actionRunOcularPhp() |
||
| 43 | |||
| 44 | public function actionGetOcularPython() |
||
| 48 | |||
| 49 | public function actionRunOcularPython() |
||
| 53 | } |
||
| 54 |