Exemple #1
0
 public static function getInstance()
 {
     if (!self::$intance) {
         self::$intance = new self();
     }
     return self::$intance;
 }