Constructor for QuestionConnector
QuestionConnector
__construct
()
Get the questions corresponding to the arguments.
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()
function load() Loads the file into the standard MemModel.
void
load
()
Implementation of:
- IConnector::load()
function save() Saves the MemModel into the given file.
void
save
()
Implementation of:
- IConnector::save()
Save the given ResearchTool object
void
set
(type $rToolObject)
-
type
$rToolObject: : The ResearchToolObject to be saved.
Implementation of:
- IConnector::set()