|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| mnet_environment () | |
| init () | |
| get_keypair () | |
| replace_keys () | |
| get_private_key () | |
| get_public_key () | |
Data Fields | |
| $id = 0 | |
| $wwwroot = '' | |
| $ip_address = '' | |
| $public_key = '' | |
| $public_key_expires = 0 | |
| $last_connect_time = 0 | |
| $last_log_id = 0 | |
| $keypair = array() | |
| $deleted = 0 | |
Info about the local environment, wrt RPC
This should really be a singleton. A PHP5 Todo I guess.
Definition at line 8 of file environment.php.
| get_keypair | ( | ) |
Definition at line 62 of file environment.php.


| get_private_key | ( | ) |
| get_public_key | ( | ) |
| init | ( | ) |
| mnet_environment | ( | ) |
Definition at line 20 of file environment.php.
| replace_keys | ( | ) |
Definition at line 120 of file environment.php.


| $deleted = 0 |
Definition at line 18 of file environment.php.
| $id = 0 |
Definition at line 10 of file environment.php.
| $ip_address = '' |
Definition at line 12 of file environment.php.
| $keypair = array() |
Definition at line 17 of file environment.php.
| $last_connect_time = 0 |
Definition at line 15 of file environment.php.
| $last_log_id = 0 |
Definition at line 16 of file environment.php.
| $public_key = '' |
Definition at line 13 of file environment.php.
| $public_key_expires = 0 |
Definition at line 14 of file environment.php.
| $wwwroot = '' |
Definition at line 11 of file environment.php.