Class QuestionConnector

Description

Implements interfaces:

Description of QuestionConnector

  • author: jkraaijeveld

Located in /QuestionConnector.php (line 14)


	
			
Variable Summary
mixed $fileName
mixed $model
Method Summary
QuestionConnector __construct ()
void get (type $arguments)
void load ()
void save ()
void set (type $rToolObject)
Variables
mixed $fileName = 'data/questions/questions.rdf' (line 17)
  • access: protected
mixed $model (line 16)
  • access: protected
Methods
Constructor __construct (line 22)

Constructor for QuestionConnector

  • access: public
QuestionConnector __construct ()
get (line 55)

Get the questions corresponding to the arguments.

  • access: public
void get (type $arguments)
  • type $arguments: : An array having one ore more of the following elements: 'uid', 'title', 'type', 'description', 'category', 'has_answer'.

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

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

  • access: public
void load ()

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

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

  • access: public
void save ()

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

Save the given ResearchTool object

  • 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