UserService UserService(
)
|
|
Default Constructor.
int getUserByName(
String
$name
)
|
|
This returns the User ID for the searched Name or the ID for the anonymous User _AID_.
Parameters:
|
String |
$name: |
the user Name to lookup |
API Tags:
| Return: | the User ID or _AID_ |
| Deprecated: | use PrincipalService->lookup() instead! |
Object getUserEnumeration(
)
|
|
This returns a Enumeration of all User
API Tags:
| Return: | a new Enumeration of all User |
This returns a new instance of the Principal Object
Parameters:
|
int |
$id: |
the user ID to get the information for |
API Tags:
| Return: | a new instance of Principal |