Esempio n. 1
0
 /**
  * Get the instance of the private area
  *
  * @method getInstance
  *
  * @static
  * 
  * @return {imPrivateArea} The instance of a private area
  */
 static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new imPrivateArea();
     }
     return self::$instance;
 }