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

notifyAdmin($offenderID)

No description

static 
setEnabled(bool $enabled = true)

Enable or disable Limits

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

protected notifyAdmin($offenderID)

No description

Parameters

$offenderID

static setEnabled(bool $enabled = true)

Enable or disable Limits

Parameters

bool $enabled