Class RespondentConnector

Description

Implements interfaces:

Description of RespondentConnector

  • author: jkraaijeveld

Located in /RespondentConnector.php (line 12)


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

Constructor for RespondentConnector.

  • access: public
RespondentConnector __construct ()
get (line 51)

function get() Gets the array of Respondent 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 29)

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

  • access: public
void load ()

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

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

  • access: public
void save ()

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

function set()

  • access: public
void set (type $rToolObject)
  • type $rToolObject: : The ResearchToolObject to be saved.

Implementation of:
IConnector::set()

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