Class Research_Researcher

(line 2)

Description


Located in File: /packages/research/lib/researcher.inc.php



Class Variables

Summary:
string $Address
string $Address2
CollectionID[]|CollectionContentID[] $Cart
string $City
string $Email
string $FirstName
integer $ID
string $LastName
string $Password
string $PasswordHash
integer $Pending
string $PendingHash
string $Phone
integer $RegisterTime
ResearcherType $ResearcherType
string $State
string $ZIPCode
string $ZIPPlusFour

$Address = NULL (line 931)

Data type : string

  • access: - public

$Address2 = NULL (line 936)

Data type : string

  • access: - public

$Cart = array() (line 998)

Data type : CollectionID[]|CollectionContentID[]

  • access: - public

$City = NULL (line 941)

Data type : string

  • access: - public

$Email = NULL (line 906)

Data type : string

  • access: - public

$FirstName = NULL (line 921)

Data type : string

  • access: - public

$ID = 0 (line 901)

Data type : integer

  • access: - public

$LastName = NULL (line 916)

Data type : string

  • access: - public

$Password = NULL (line 988)

Data type : string

  • access: - public

$PasswordHash = NULL (line 911)

Data type : string

  • access: - public

$Pending = 1 (line 976)

Data type : integer

  • access: - public

$PendingHash = NULL (line 981)

Data type : string

  • access: - public

$Phone = NULL (line 961)

Data type : string

  • access: - public

$PhoneExtension = NULL (line 966)

Data type : string

  • access: - public

$RegisterTime = 0 (line 971)

Data type : integer

  • access: - public

$ResearcherType = NULL (line 993)

Data type : ResearcherType

  • access: - public

$ResearcherTypeID = 0 (line 926)

Data type : integer

  • access: - public

$State = NULL (line 946)

Data type : string

  • access: - public

$ZIPCode = NULL (line 951)

Data type : string

  • access: - public

$ZIPPlusFour = NULL (line 956)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

Summary:
boolean dbActivate ()
boolean dbAddToCart ( $CollectionID, [integer $CollectionContentID = 0])
boolean dbDeactivate ()
boolean dbDelete ()
boolean dbDeleteFromCart (integer $CollectionID, [ $CollectionContentID = 0], integer $CollectionContentID[optional])
boolean dbEmptyCart ()
boolean dbLoad ()
boolean dbLoadCart ()
boolean dbSetPassword (string $Password)
boolean dbStore ()
string toString ([ $MakeIntoLink = LINK_NONE], [ $ConcatinateEmail = false], integer $MakeIntoLink[optional], boolean $ConcatinateEmail[optional])
boolean verifyPassword (string $Password)
string __toString ()

Method dbActivate (line 9)

boolean dbActivate( )

Activates Researcher account

Info

  • access - public

Method dbAddToCart (line 67)

boolean dbAddToCart( $CollectionID, [integer $CollectionContentID = 0])

Add CollectionID and CollectionContentID to Researcher Cart

Parameters

  • integer $CollectionContentID:
  • $CollectionID:

Info

  • access - public

Method dbDeactivate (line 160)

boolean dbDeactivate( )

Deactivates Researcher account

Info

  • access - public

Method dbDelete (line 219)

boolean dbDelete( )

Deletes Researcher from the database

Info

  • access - public

Method dbDeleteFromCart (line 283)

boolean dbDeleteFromCart( integer $CollectionID, [ $CollectionContentID = 0], integer $CollectionContentID[optional])

Delete CollectionID and CollectionContentID from Researcher Cart

Parameters

  • integer $CollectionID:
  • integer $CollectionContentID[optional]:
  • $CollectionContentID:

Info

  • access - public

Method dbEmptyCart (line 363)

boolean dbEmptyCart( )

Clear Researcher Cart

Info

  • access - public

Method dbLoad (line 416)

boolean dbLoad( )

Loads Researcher from the database

Info

  • access - public

Method dbLoadCart (line 475)

boolean dbLoadCart( )

Loads CollectionContentIDs in cart for Researcher instance

Info

  • access - public

Method dbSetPassword (line 520)

boolean dbSetPassword( string $Password)

Sets Researcher Password in the database

Parameters

  • string $Password:

Info

  • access - public

Method dbStore (line 625)

boolean dbStore( )

Stores Researcher to the database

Info

  • access - public

Method sendConfirmationEmail (line 576)

boolean sendConfirmationEmail( )

Sends confirmation e-mail to researcher

Info

  • access - public

Method toString (line 808)

string toString( [ $MakeIntoLink = LINK_NONE], [ $ConcatinateEmail = false], integer $MakeIntoLink[optional], boolean $ConcatinateEmail[optional])

Generates a formatted string of the Researcher object

Parameters

  • integer $MakeIntoLink[optional]:
  • boolean $ConcatinateEmail[optional]:
  • $MakeIntoLink:
  • $ConcatinateEmail:

Info

  • access - public
  • todo - Custom Formatting

Method verifyPassword (line 862)

boolean verifyPassword( string $Password)

Verifies a User's Password

Parameters

  • string $Password:

Info

  • access - public

Method __toString (line 892)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Mon, 19 Nov 2007 16:16:34 -0600 by phpDocumentor 1.3.1