Activates Researcher account
boolean
dbActivate
()
Add CollectionID and CollectionContentID to Researcher Cart
boolean
dbAddToCart
( $CollectionID, integer $CollectionContentID)
-
integer
$CollectionContentID
-
$CollectionID
Deactivates Researcher account
boolean
dbDeactivate
()
Deletes Researcher from the database
boolean
dbDelete
()
Delete CollectionID and CollectionContentID from Researcher Cart
boolean
dbDeleteFromCart
(integer $CollectionID, $CollectionContentID, integer $CollectionContentID[optional])
-
integer
$CollectionID
-
integer
$CollectionContentID[optional]
-
$CollectionContentID
Clear Researcher Cart
boolean
dbEmptyCart
()
Loads Researcher from the database
boolean
dbLoad
()
Loads CollectionContentIDs in cart for Researcher instance
boolean
dbLoadCart
()
Sets Researcher Password in the database
boolean
dbSetPassword
(string $Password)
Stores Researcher to the database
boolean
dbStore
()
Sends confirmation e-mail to researcher
boolean
sendConfirmationEmail
()
Generates a formatted string of the Researcher object
string
toString
([ $MakeIntoLink = LINK_NONE], [ $ConcatinateEmail = false], integer $MakeIntoLink[optional], boolean $ConcatinateEmail[optional])
-
integer
$MakeIntoLink[optional]
-
boolean
$ConcatinateEmail[optional]
-
$MakeIntoLink
-
$ConcatinateEmail
Verifies a User's Password
boolean
verifyPassword
(string $Password)