Public Member Functions

forum Class Reference

Inheritance diagram for forum:
module

Public Member Functions

 getHtml ($gotuid, $gotmoduleComponentId, $gotaction)
 getTotalPosts ($userID)
 getLastLogin ($userId)
 getRegDateFromUserID ($userID)
 actionForumsettings ()
 actionModerate ()

Detailed Description

Definition at line 23 of file forum.lib.php.


Member Function Documentation

actionForumsettings (  ) 

Definition at line 83 of file forum.lib.php.

actionModerate (  ) 

Definition at line 176 of file forum.lib.php.

getHtml ( gotuid,
gotmoduleComponentId,
gotaction 
)

Reimplemented from module.

Definition at line 28 of file forum.lib.php.

getLastLogin ( userId  ) 

Definition at line 64 of file forum.lib.php.

getRegDateFromUserID ( userID  ) 

Determines the Registration Date of a user, given his/her User ID

Parameters:
$userID UserID of the user, whose Registration Date is to be determined
Returns:
$date representing the Registration Date of the user, null representing failure

Definition at line 75 of file forum.lib.php.

getTotalPosts ( userID  ) 

Returns news array

Parameters:
$moduleCompId ModuleComponenetId of the news array
Returns:
An array of the form : a[0][element] = data where element is title, description and linkReturns the total posts
Parameters:
$userID : UserID
Returns:
$posts : An integer value representing the (total posts+threads) created by the given userID

Definition at line 54 of file forum.lib.php.


The documentation for this class was generated from the following file: