Ejemplo n.º 1
0
 /**
  * Singleton method for getting the instance of the current user.
  */
 public static function current()
 {
     return User_Current::singleton();
 }