Class ApplicationConnector

Description

Implements interfaces:

Description of ApplicationConnector

  • author: jkraaijeveld

Located in /ApplicationConnector.php (line 13)


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

Constructor for ApplicationConnector.

  • access: public
ApplicationConnector __construct ()
get (line 54)

function get($arguments)

  • access: public
void get (type $arguments)
  • type $arguments: : An array containing zero or more of the following keys: 'uid', 'title', 'description', 'style'

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 45)

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

  • access: public
void save ()

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

function set() Finds the required databaseentry matching the given object and removes it from the rdf file. Then adds the new RDF entry matching the object.

  • access: public
void set ( $rToolObject, type $rToolObject:)
  • type $rToolObject:: 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