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