Esempio n. 1
0
 /**
  * Create a new instance of this class
  */
 public static function factory()
 {
     // Create a new instance
     self::$instance = new self();
     // Return this new instance
     return self::$instance;
 }