Fetch functions
| Name | Summary | 
|---|---|
| anonymous_count | Fetches the number of anonymous users. | 
| current_user | Fetches the user that is currently logged in. | 
| has_access_to | Checks if a user has access to a certain function of a module. | 
| is_logged_in | Checks if a specific user is logged in. | 
| logged_in_count | Fetches the number of users that are logged in. | 
| logged_in_list | Fetches the names of the users that are logged in. | 
| logged_in_users | Fetches the users that are logged in. | 
| member_of | Fetches the roles that are assigned to a user. | 
| user_role | Fetches the policies that are available for a user. | 
Balazs Halasy (01/03/2005 9:31 am)
Balazs Halasy (29/04/2005 11:53 am)
Comments
There are no comments.