Ejemplo n.º 1
0
 /**
  * @brief Get instance
  */
 public static function getinstance()
 {
     if (!easy::$instance instanceof self) {
         easy::$instance = new self();
     }
     return easy::$instance;
 }
Ejemplo n.º 2
0
 function geteasy()
 {
     return easy::getinstance();
 }