Method | Description | |
---|---|---|
__construct ( ) | Class constructor. Defines the related database table name. | |
delete ( string | unknown_type $InvitationID ) : boolean | ||
getByInvitationID ( $InvitationID ) : array | boolean | stdClass | ||
getByUserID ( $UserID, string $InvitationID = '', integer $Limit = 50, integer $Offset ) : Gdn_DataSet | ||
save ( array $FormPostValues, array | boolean $UserModel, array $Options = [] ) : boolean | ||
send ( $InvitationID ) |
Method | Description | |
---|---|---|
getInvitationCode ( ) | Returns a unique 8 character invitation code. |
public __construct ( ) |
public getByInvitationID ( $InvitationID ) : array | boolean | stdClass | ||
$InvitationID | ||
return | array | boolean | stdClass |
protected getInvitationCode ( ) |