XOOPS Docs - kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Class: XoopsGuestUser

Source Location: /kernel/user.php

Class Overview

XoopsObject
   |
   --XoopsUser
      |
      --XoopsGuestUser

Class that represents a guest user


Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Methods


Inherited Variables

Inherited Methods

Class: XoopsUser

XoopsUser::XoopsUser()
constructor
XoopsUser::actkey()
specialized wrapper for XoopsObject::getVar()
XoopsUser::attachsig()
specialized wrapper for XoopsObject::getVar()
XoopsUser::bio()
specialized wrapper for XoopsObject::getVar()
XoopsUser::email()
get the user's email
XoopsUser::getGroups()
get the groups that the user belongs to
XoopsUser::getUnameFromId()
Updated by Catzwolf 11 Jan 2004 find the username for a given ID
XoopsUser::groups()
alias for getGroups()
XoopsUser::incrementPost()
increase the number of posts for the user
XoopsUser::isActive()
is the user activated?
XoopsUser::isAdmin()
Is the user admin ?
XoopsUser::isGuest()
check if the user is a guest user
XoopsUser::isOnline()
is the user currently logged in?
XoopsUser::last_login()
specialized wrapper for XoopsObject::getVar()
XoopsUser::level()
specialized wrapper for XoopsObject::getVar()
XoopsUser::name()
get the users name
XoopsUser::notify_method()
specialized wrapper for XoopsObject::getVar()
XoopsUser::notify_mode()
specialized wrapper for XoopsObject::getVar()
XoopsUser::pass()
specialized wrapper for XoopsObject::getVar()
XoopsUser::posts()
specialized wrapper for XoopsObject::getVar()
XoopsUser::rank()
get the user's rank
XoopsUser::setGroups()
set the groups for the user
XoopsUser::theme()
specialized wrapper for XoopsObject::getVar()
XoopsUser::timezone()
specialized wrapper for XoopsObject::getVar()
XoopsUser::uid()
get the users UID
XoopsUser::umode()
specialized wrapper for XoopsObject::getVar()
XoopsUser::uname()
get the user's uname
XoopsUser::uorder()
specialized wrapper for XoopsObject::getVar()
XoopsUser::url()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_aim()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_avatar()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_from()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_icq()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_intrest()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_msnm()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_occ()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_regdate()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_sig()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_viewemail()
specialized wrapper for XoopsObject::getVar()
XoopsUser::user_yim()
specialized wrapper for XoopsObject::getVar()

Class: XoopsObject

XoopsObject::XoopsObject()
constructor
XoopsObject::assignVar()
assign a value to a variable
XoopsObject::cleanVars()
clean values of all variables of the object for storage.
XoopsObject::getErrors()
return the errors for this object as an array
XoopsObject::getHtmlErrors()
return the errors for this object as html
XoopsObject::getValues()
Returns the values of the specified variables
XoopsObject::getVar()
returns a specific variable for the object in a proper format
XoopsObject::getVars()
returns all variables for the object
XoopsObject::initVar()
initialize variables for the object
XoopsObject::isDirty()
mark modified objects as dirty
XoopsObject::isNew()
used for new/clone objects
XoopsObject::registerFilter()
dynamically register additional filter for the object
XoopsObject::setDirty()
mark modified objects as dirty
XoopsObject::setErrors()
add an error
XoopsObject::setNew()
used for new/clone objects
XoopsObject::setVar()
assign a value to a variable
XoopsObject::unsetDirty()
mark modified objects as dirty
XoopsObject::unsetNew()
used for new/clone objects
XoopsObject::xoopsClone()
create a clone(copy) of the current object

Class Details

[line 436]
Class that represents a guest user



Tags:

author:  Kazumi Ono <onokazu@xoops.org>
copyright:  copyright (c) 2000-2003 XOOPS.org


[ Top ]


Class Methods


method isGuest [line 444]

bool isGuest( )

check if the user is a guest user



Tags:

return:  returns true


Overrides XoopsUser::isGuest() (check if the user is a guest user)

[ Top ]


XOOPS Docs generated by phpDocumentor