Abstract Class ResearchToolObject

Description

Implements interfaces:

  • abstract:

Located in /models/ResearchToolObject.php (line 13)


	
			
Direct descendents
Class Description
 class Answer Description of Answer
 class AnswerSet AnswerSet is a collection of answers corresponding to a Session
 class Application Description of Application
 class ApplicationInstance Description of ApplicationInstance
 class Question Description of Question
 class Respondent Description of Respondent
 class Session Description of Session
 class SessionInstance Description of SessionInstance
 class Survey Description of Survey
 class SurveyInstance Description of SurveyInstance
 class User Description of User
Variable Summary
 mixed $uid
Method Summary
 static void createArguments (type $arguments)
 static void load ( $filename)
 static void stripUri (type $inString)
 void evaluate ()
 void getUid ()
Variables
mixed $uid = null (line 15)
  • access: public
Methods
static createArguments (line 54)

function createArguments()

  • access: public
void createArguments (type $arguments)
  • type $arguments: Creates the arguments to be used in the query based on the arguments specified in the incoming array.
static load (line 26)
  • access: public
void load ( $filename)
  • $filename
static stripUri (line 39)

function stripUri($inString)

  • access: public
void stripUri (type $inString)
  • type $inString: Takes a URI and creates a new array which contains the type and the uid of the object
evaluate (line 21)
  • access: public
void evaluate ()

Implementation of:
ResearchToolObjectInterface::evaluate()

Redefined in descendants as:
getUid (line 17)
  • access: public
void getUid ()

Implementation of:
ResearchToolObjectInterface::getUid()

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