Class Application

Description

Description of Application

  • author: jkraaijeveld

Located in /models/Application.php (line 11)

ResearchToolObject
   |
   --Application
Variable Summary
 static mixed $filename
 mixed $description
 mixed $style
 mixed $title
Method Summary
 static void create ( $obj)
 static void get (type $arguments)
 Application __construct ([type $uid = null], [ $title = null], [ $description = null], [ $style = null], type $title:, type $description:, type $style:)
 void save ()
Variables
static mixed $filename = 'data/applications/applications.rdf' (line 13)
  • access: public
mixed $description (line 16)
  • access: public
mixed $style (line 17)
  • access: public
mixed $title (line 15)
  • access: public

Inherited Variables

Inherited from ResearchToolObject

ResearchToolObject::$uid
Methods
static create (line 116)
  • access: public
void create ( $obj)
  • $obj
static get (line 84)

static function get($arguments) Gets the array of Application objects belonging to arguments supplied.

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

Constructor for an Application object

  • access: public
Application __construct ([type $uid = null], [ $title = null], [ $description = null], [ $style = null], type $title:, type $description:, type $style:)
  • type $uid: : The uid of the Application object.
  • type $title:: The title of the Application.
  • type $description:: The description of the Application.
  • type $style:: The style of the Application.
  • $title
  • $description
  • $style
save (line 42)

function save() Saves the current object into the database.

  • access: public
void save ()

Inherited Methods

Inherited From ResearchToolObject

 ResearchToolObject::createArguments()
 ResearchToolObject::evaluate()
 ResearchToolObject::getUid()
 ResearchToolObject::load()
 ResearchToolObject::stripUri()

Documentation generated on Thu, 01 Mar 2012 15:13:51 +0000 by phpDocumentor 1.4.3