コード例 #1
0
ファイル: wprp.log.php プロジェクト: phpwomen/combell
 static function get_instance()
 {
     if (empty(self::$instance)) {
         self::$instance = new WPRP_Log();
     }
     return self::$instance;
 }