コード例 #1
0
ファイル: auto.php プロジェクト: jorgemunoz8807/havanabook
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
コード例 #2
0
ファイル: init.php プロジェクト: jorgemunoz8807/havanabook
<?php

//Persian community
//Mohammad Puyandeh
AUTODIRECTION_BOL_Auto::getInstance()->bindEvents();