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