| 1 | <?php  | 
            ||
| 17 | class VersionController extends FileController  | 
            ||
| 18 | { | 
            ||
| 19 | protected $_file = '@hidev/../version';  | 
            ||
| 20 | |||
| 21 | public $version;  | 
            ||
| 22 | public $date;  | 
            ||
| 23 | public $time;  | 
            ||
| 24 | public $zone;  | 
            ||
| 25 | public $hash;  | 
            ||
| 26 | |||
| 27 | public function init()  | 
            ||
| 32 | |||
| 33 | public function actionMake()  | 
            ||
| 37 | |||
| 38 | public function actionBump($version = null)  | 
            ||
| 44 | }  | 
            ||
| 45 |