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