Class Respondent

Description

Description of Respondent

  • author: jkraaijeveld

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

ResearchToolObject
   |
   --Respondent
Variable Summary
 mixed $email
Method Summary
 static void create ( $obj)
 static void get (type $arguments)
 Respondent __construct ([type $uid = null], [type $email = null], [type $passwordHash = null], [ $passwordSalt = null])
 void save ()
Variables
mixed $email (line 17)
  • access: public
mixed $passwordHash (line 18)
  • access: public
mixed $passwordSalt (line 19)
  • access: public

Inherited Variables

Inherited from ResearchToolObject

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

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

  • access: public
void get (type $arguments)
  • type $arguments: : An array containing zero or more of the following keys:
Constructor __construct (line 27)

Constructor for a Respondent object

  • access: public
Respondent __construct ([type $uid = null], [type $email = null], [type $passwordHash = null], [ $passwordSalt = null])
  • type $uid
  • type $email
  • type $passwordHash: password
  • $passwordSalt
save (line 43)

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:52 +0000 by phpDocumentor 1.4.3