Example #1
0
 /**
  * Get current instance
  * 
  * @return SyncCtoStats
  */
 public static function getInstance()
 {
     if (is_null(self::$objInstance)) {
         self::$objInstance = new self();
     }
     return self::$objInstance;
 }