Constructor for the SessionConnector
SessionConnector
__construct
()
function get()
void
get
(type $arguments)
-
type
$arguments: : An array containing one or more of the following elements: 'uid', 'title', 'datetime', 'applications', 'surveys', 'answersets'
Implementation of:
- IConnector::get()
function load()
Loads the file into the standard MemModel
void
load
()
Implementation of:
- IConnector::load()
fucntion save() Saves the MemModel into the given file.
void
save
()
Implementation of:
- IConnector::save()
function set()
void
set
( $rToolObject, type $rToolObjects)
-
type
$rToolObjects: : The ResearchToolObject to be saved.
-
$rToolObject
Implementation of:
- IConnector::set()