Class UserConnector

Description

Implements interfaces:

Description of UserConnector

  • author: jkraaijeveld

Located in /UserConnector.php (line 12)


	
			
Variable Summary
mixed $fileName
mixed $model
Method Summary
UserConnector __construct ()
void get (type $arguments)
void load ()
void save ()
void set (type $rToolObject)
Variables
mixed $fileName = 'data/users/users.rdf' (line 15)
  • access: protected
mixed $model (line 14)
  • access: protected
Methods
Constructor __construct (line 20)

Constructor for RespondentConnector.

  • access: public
UserConnector __construct ()
get (line 53)

function get($arguments) Gets the array of User objects belonging to arguments supplied.

  • access: public
void get (type $arguments)
  • type $arguments: : An array containing zero or more of the following keys: 'uid', 'name', 'password'

Implementation of:
IConnector::get()
load (line 31)

function load() Loads the file into the standard MemModel.

  • access: public
void load ()

Implementation of:
IConnector::load()
save (line 43)

function save() Saves the MemModel into the given file.

  • access: public
void save ()

Implementation of:
IConnector::save()
set (line 98)

Save the given User object in the file.

  • access: public
void set (type $rToolObject)
  • type $rToolObject

Implementation of:
IConnector::set()

Documentation generated on Fri, 18 Nov 2011 12:57:06 +0000 by phpDocumentor 1.4.3