class Limit (View source)

Properties

static protected bool $enabled

Methods

static bool
isOverLimit(int $uID)

checks to see if a user has exceeded their limit for sending private messages.

static 
getErrorObject()

No description

static 
setEnabled(bool $enabled = true)

Enable or disable Limits.

static 
notifyAdmin($offenderID)

No description

Details

static bool isOverLimit(int $uID)

checks to see if a user has exceeded their limit for sending private messages.

Parameters

int $uID

Return Value

bool

static getErrorObject()

No description

static setEnabled(bool $enabled = true)

Enable or disable Limits.

Parameters

bool $enabled

static protected notifyAdmin($offenderID)

No description

Parameters

$offenderID