コード例 #1
0
ファイル: extension.driver.php プロジェクト: pointybeard/cron
 public static function init()
 {
     if (self::$_isInit === true) {
         return;
     }
     self::$_isInit = true;
 }