bigace.classes.user
[ class tree: bigace.classes.user ] [ index: bigace.classes.user ] [ all elements ]

Class: UserService

Source Location: /classes/user/UserService.php

Class Overview


Holds methods for receiving all kind of User Objects.


Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 30]
Holds methods for receiving all kind of User Objects.



[ Top ]


Class Methods


constructor UserService [line 37]

UserService UserService( )

Does nothing for now.



Tags:

access:  public


[ Top ]

method getUser [line 71]

Object getUser( String $username, String $pass)

This returns a new instance of the User Object



Tags:

return:  a new instance of User


Parameters:

String   $username   the username in BIGACE
String   $pass   the Password for the given Username

[ Top ]

method getUserAdminService [line 58]

Object getUserAdminService( )

This returns a new instance of the UserAdminService Object



Tags:

return:  a new instance of UserAdminService


[ Top ]

method getUserByName [line 94]

int getUserByName( String $name)

This returns the User ID for the searched Name or the ID for the anonymous User _AID_.



Tags:

return:  the User ID or _AID_


Parameters:

String   $name   the user Name to lookup

[ Top ]

method getUserEnumeration [line 47]

Object getUserEnumeration( )

This returns a new instance of UserEnumeration



Tags:

return:  a new instance of UserEnumeration
deprecated:  see getUserEnumeration!


[ Top ]

method getUserInfo [line 83]

Object getUserInfo( int $id)

This returns a new instance of the UserInfo Object



Tags:

return:  a new instance of UserInfo


Parameters:

int   $id   the user ID to get the information for

[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:23 +0200 by phpDocumentor 1.3.0RC2