|
ultimix
|
Public Member Functions | |
| __construct () | |
| connect () | |
| login ($Login, $PasswordHash) | |
Data Fields | |
| $Client = false | |
| $SapeUtilities = false | |
| $Security = false | |
Class provides integration with the Pr.Sape system.
Definition at line 26 of file pr_sape_common_api.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 56 of file pr_sape_common_api.php.
| connect | ( | ) |
Connection to the server.
| Exception | An exception of this type is thrown. |
Definition at line 83 of file pr_sape_common_api.php.
| login | ( | $Login, | |
| $PasswordHash | |||
| ) |
Authentication.
| $Login | - Sape login. |
| $PasswordHash | - md5 hash of the password. |
| Exception | An exception of this type is thrown. |
Definition at line 119 of file pr_sape_common_api.php.
| $Client = false |
Cached packages.
Definition at line 38 of file pr_sape_common_api.php.
| $SapeUtilities = false |
Definition at line 39 of file pr_sape_common_api.php.
| $Security = false |
Definition at line 40 of file pr_sape_common_api.php.