function get()
void
get
(type $arguments)
-
type
$arguments: : An array containing one or more of the following elements: 'uid', 'title', 'creationdate', 'applications', 'surveys'
Constructor for a Session object
Session
__construct
([type $uid = null], [type $title = null], [type $creator = null], [type $creationdate = null], [type $pipeline = null])
-
type
$uid
-
type
$title
-
type
$creator
-
type
$creationdate
-
type
$pipeline
function save() Saves the current object into the database.
void
save
()
function toSPSS
void
toSPSS
(type $location)
-
type
$location: Writes an SPSS parseable file at the given location, named '$datetime_$title.txt' One big note about toSPSS: If this session contains multiple instances of THE SAME Survey, the world burns, people die, etcetera. (or, in a more fortunate case, the latest values are written to the file whilst the others get lost.
Inherited Methods
Inherited From ResearchToolObject
ResearchToolObject::createArguments()
ResearchToolObject::evaluate()
ResearchToolObject::getUid()
ResearchToolObject::load()
ResearchToolObject::stripUri()