Constructor for AnswerConnector
AnswerConnector
__construct
()
function get()
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()
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()
function set()
void
set
(type $rToolObject)
-
type
$rToolObject: : The ResearchToolObject to be saved.
Implementation of:
- IConnector::set()