コード例 #1
0
 /**
  * Constructor.
  */
 public static function get_instance()
 {
     // create an object
     NULL === self::$instance and self::$instance = new self();
     return self::$instance;
     // return the object
 }