BannedManager
Table of Contents
-
addBanned()
: mixed
-
getInstance()
: self
-
getIpFile()
: string
-
isBanned()
: bool
-
isBanworthy()
: bool
-
removeBanned()
: mixed
-
setIpFile()
: mixed
addBanned()
public
addBanned(string $ip) : mixed
Parameters
-
$ip
: string
-
Return values
mixed
—
getInstance()
public
static getInstance() : self
Return values
self
—
getIpFile()
public
static getIpFile() : string
Return values
string
—
isBanned()
public
isBanned(string $ip) : bool
Parameters
-
$ip
: string
-
Return values
bool
—
isBanworthy()
public
isBanworthy(string $message) : bool
Parameters
-
$message
: string
-
Return values
bool
—
removeBanned()
public
removeBanned(string $ip) : mixed
Parameters
-
$ip
: string
-
Return values
mixed
—
setIpFile()
public
static setIpFile(string $path) : mixed
Parameters
-
$path
: string
-
Return values
mixed
—