Class SessionConnector

Description

Implements interfaces:

Description of SessionConnector

  • author: jkraaijeveld

Located in /SessionConnector.php (line 12)


	
			
Variable Summary
mixed $db
mixed $fileName
mixed $model
Method Summary
SessionConnector __construct ()
void get (type $arguments)
void load ()
void save ()
void set ( $rToolObject, type $rToolObjects)
Variables
mixed $db (line 16)
  • access: protected
mixed $fileName = 'data/sessions/sessions.rdf' (line 15)
  • access: protected
mixed $model (line 14)
  • access: protected
Methods
Constructor __construct (line 21)

Constructor for the SessionConnector

  • access: public
SessionConnector __construct ()
get (line 53)

function get()

  • access: public
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()
load (line 32)

function load()

Loads the file into the standard MemModel

  • access: public
void load ()

Implementation of:
IConnector::load()
save (line 43)

fucntion save() Saves the MemModel into the given file.

  • access: public
void save ()

Implementation of:
IConnector::save()
set (line 170)

function set()

  • access: public
void set ( $rToolObject, type $rToolObjects)
  • type $rToolObjects: : The ResearchToolObject to be saved.
  • $rToolObject

Implementation of:
IConnector::set()

Documentation generated on Fri, 18 Nov 2011 12:57:06 +0000 by phpDocumentor 1.4.3