

Definition at line 48 of file drupal.plugin.php.
Public Member Functions | |
| EmbientDrupal () | |
| constructor - See embient.plugin.php | |
| Init ($cfg) | |
| Drupal implementation of Init() - See embient.plugin.php. | |
| Login ($username) | |
| Drupal implementation of Login() - See embient.plugin.php. | |
| Logout ($username) | |
| Drupal implementation of Logout() - See embient.plugin.php. | |
| Add ($user) | |
| Drupal implementation of Add() - See embient.plugin.php. | |
| Update ($username, $user) | |
| Drupal implementation of Update() - See embient.plugin.php. | |
| Delete ($username) | |
| Drupal implementation of Delete() - See embient.plugin.php. | |
Public Attributes | |
| $conf | |
| configurations loaded from Embient config file | |
| $vars | |
| configurations loaded from database | |
| $user | |
| System specific user info that can be directly loaded from or saved to database. | |
| $name | |
| Name of this system. | |
Protected Member Functions | |
| _Load ($username) | |
| Drupal implementation of _Load() - See embient.plugin.php. | |
| _ConvertUserInfo ($user, $default=true) | |
| Drupal implementation of _ConvertUserInfo() - See embient.plugin.php. | |
Protected Attributes | |
| $_common_fields | |
| list of Embient user info fields. | |
|
|
constructor - See embient.plugin.php
Definition at line 61 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Drupal implementation of _ConvertUserInfo() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 354 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
|
Drupal implementation of _Load() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 297 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
|
Drupal implementation of Add() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 185 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
|
Drupal implementation of Delete() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 266 of file drupal.plugin.php. |
|
|
Drupal implementation of Init() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 79 of file drupal.plugin.php. |
|
|
Drupal implementation of Login() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 123 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
|
Drupal implementation of Logout() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 174 of file drupal.plugin.php. |
|
||||||||||||
|
Drupal implementation of Update() - See embient.plugin.php.
Reimplemented from EmbientPlugin. Definition at line 222 of file drupal.plugin.php. Here is the call graph for this function: ![]() |
|
|
Initial value: array
(
'name',
'passwd',
'mail',
'firstname',
'lastname',
'signature',
'timezone',
)
This is the list of fileds those are common between system. It represent the information in Embient style and need to map to system specific name using plugin's _ConvertUserInfo methods. The fields are:
Definition at line 88 of file embient.plugin.php. |
|
|
configurations loaded from Embient config file
Definition at line 51 of file drupal.plugin.php. |
|
|
Name of this system.
Definition at line 49 of file embient.plugin.php. |
|
|
System specific user info that can be directly loaded from or saved to database.
Definition at line 46 of file embient.plugin.php. |
|
|
configurations loaded from database
Definition at line 54 of file drupal.plugin.php. |
1.4.6-NO