Class AnswerConnector

Description

Implements interfaces:

Description of AnswerConnector

  • author: jkraaijeveld

Located in /AnswerConnector.php (line 12)


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

Constructor for AnswerConnector

  • access: public
AnswerConnector __construct ()
get (line 52)

function get()

  • access: public
void get ( $arguments, type $arguments:)
  • type $arguments:: An array having one or more of the following elements: 'uid', 'question', 'values'.
  • $arguments

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

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

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:05 +0000 by phpDocumentor 1.4.3