コード例 #1
0
ファイル: votes.common.class.php プロジェクト: umaxfun/x4m
 static function getInstance($front_call = null)
 {
     if (!self::$instance) {
         self::$instance = new votes_module_common($front_call);
     }
     return self::$instance;
 }