Constructor for ApplicationConnector.
SurveyConnector
__construct
()
function get($arguments) Gets the array of Survey objects belonging to arguments supplied.
void
get
(type $arguments)
-
type
$arguments: : An array containing zero or more of the following keys: 'uid', 'title', 'description', 'questions' Note: questions has to be an array of question IDs (codes) for this filter to work.
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()
Saves the given Survey object.
void
set
(type $rToolObject)
-
type
$rToolObject: : The ResearchToolObject to be saved.
Implementation of:
- IConnector::set()