Moodle  2.2.1
http://www.collinsharper.com
mnet_environment Class Reference

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

Detailed Description

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.


Member Function Documentation

Definition at line 62 of file environment.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 155 of file environment.php.

Here is the call graph for this function:

Definition at line 162 of file environment.php.

Here is the call graph for this function:

init ( )

Definition at line 24 of file environment.php.

Here is the call graph for this function:

Definition at line 20 of file environment.php.

Definition at line 120 of file environment.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

$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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations