Class DatabaseInterface

Description

Description of DatabaseInterface

Initializes all the connectors, serves as only entrance and exit point for the frontend

  • author: jkraaijeveld

Located in /DatabaseInterface.php (line 14)


	
			
Method Summary
DatabaseInterface __construct ()
void batchSet (type $rToolObjects)
type get (type $type, [type $arguments = array()])
void set (type $rToolObject)
Methods
Constructor __construct (line 32)

Constructor for DatabaseInterface.

Initializes all the connectors.

  • access: public
DatabaseInterface __construct ()
batchSet (line 120)

Saves all the objects in the given array, assuming they are valid ResearchToolObjects.

  • access: public
void batchSet (type $rToolObjects)
  • type $rToolObjects
get (line 49)

Get the data corresponding to the given type and arguments

  • access: public
type get (type $type, [type $arguments = array()])
  • type $type
  • type $arguments
set (line 84)

Saves the given object based on its class.

  • access: public
void set (type $rToolObject)
  • type $rToolObject

Documentation generated on Fri, 09 Dec 2011 09:33:27 +0000 by phpDocumentor 1.4.3