Class AnswerSetConnector

Description

Implements interfaces:

Description of AnswerSetConnector

  • author: jkraaijeveld

Located in /AnswerSetConnector.php (line 8)


	
			
Variable Summary
mixed $db
mixed $fileName
mixed $model
Method Summary
AnswerSetConnector __construct ()
void get (type $arguments)
void load ()
void save ()
void set (type $rToolObject)
Variables
mixed $db (line 11)
  • access: protected
mixed $fileName = 'data/answers/answersets.rdf' (line 10)
  • access: protected
mixed $model (line 9)
  • access: protected
Methods
Constructor __construct (line 16)

Constructor for the AnswerSetConnector

  • access: public
AnswerSetConnector __construct ()
get (line 50)

function get()

  • access: public
void get (type $arguments)
  • type $arguments: : An array having one ore more of the following elements: 'uid', 'survey', 'respondent', 'answers'.

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

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 134)

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