UserService::getCurrentUser PHP Method

getCurrentUser() public method

Returns the current {@link User}.
public getCurrentUser ( ) : the
return the current user
        public function getCurrentUser()
        {
            $args = new GetCurrentUser();
            $result = $this->__soapCall("getCurrentUser", array($args));
            return $result->rval;
        }