Class tariqaStaticUsers

Description

Located in /Tariqa.code/tariqaStaticUsers.class.php (line 2)

Tariqa
   |
   --tariqaStaticUsers
Variable Summary
array $config
boolean $soap
Method Summary
Tariqa __construct ( $config,  $soap)
SystemCacheUser GetSystemCachedUser (string $token, string $user_id)
string[] ListLDAPCachedDepartments (string $token)
SystemCacheUser[] ListSystemCachedUsers (string $token, [string $department = null])
Variables
array $config = null (line 7)

Configuration array

  • access: protected
boolean $soap (line 13)

The class is called using SOAP

  • access: public
Methods
Constructor __construct (line 20)

Constructs a tariqaThemes Object

  • access: public
Tariqa __construct ( $config,  $soap)
  • $config
  • $soap
GetSystemCachedUser (line 96)

Get a system cached LDAP user

  • access: public
SystemCacheUser GetSystemCachedUser (string $token, string $user_id)
  • string $token: The session identifier
  • string $user_id: The user identifier
ListLDAPCachedDepartments (line 150)

List the LDAP departments from system cache

  • access: public
string[] ListLDAPCachedDepartments (string $token)
  • string $token: The session identifier
ListSystemCachedUsers (line 31)

Gets a list of users from the system cache

  • access: public
SystemCacheUser[] ListSystemCachedUsers (string $token, [string $department = null])
  • string $token: The session identifier
  • string $department: The LDAP departments from which to list the users [OPTIONAL]

Documentation generated on Thu, 10 Dec 2009 15:21:51 +0100 by phpDocumentor 1.4.1