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

Public Member Functions

 fcFPP ($host="localhost", $port="3333")
 open ()
 close ()
 login ($userid, $passwd)
 getGroups ($userid)
 isMemberOf ($userid, $groups)
 getUserInfo ($userid, $field)
 getResume ($userid)

Data Fields

 $_hostname
 $_port
 $_conn = 0
 $_debug = FALSE

Detailed Description

Definition at line 25 of file fcFPP.php.


Member Function Documentation

close ( )

Definition at line 72 of file fcFPP.php.

fcFPP ( host = "localhost",
port = "3333" 
)

Definition at line 33 of file fcFPP.php.

getGroups ( userid)

Definition at line 128 of file fcFPP.php.

Here is the caller graph for this function:

getResume ( userid)

Definition at line 189 of file fcFPP.php.

getUserInfo ( userid,
field 
)

Definition at line 166 of file fcFPP.php.

isMemberOf ( userid,
groups 
)

Definition at line 153 of file fcFPP.php.

Here is the call graph for this function:

login ( userid,
passwd 
)

Definition at line 91 of file fcFPP.php.

open ( )

Definition at line 42 of file fcFPP.php.

Here is the call graph for this function:


Field Documentation

$_conn = 0

Definition at line 29 of file fcFPP.php.

$_debug = FALSE

Definition at line 30 of file fcFPP.php.

$_hostname

Definition at line 27 of file fcFPP.php.

$_port

Definition at line 28 of file fcFPP.php.


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