コード例 #1
0
ファイル: Clover.php プロジェクト: sinri/Clover
 public static function start($root_path = null)
 {
     if (Clover::is_cli()) {
         Clover::startForCLI($root_path);
     } else {
         Clover::startForWebRequest($root_path);
     }
 }