메소드 |
설명 |
|
__construct ( $inf_db, $language ) |
Connect to database |
|
bam_getAllInfractions ( $uuid = null ) |
Params: $uuid (string), UUID of a user. If null, will list all infractions |
|
bam_getInfraction ( $type, $id ) |
Params: $type (string), either ban, kick or mute; $id (int), ID of infraction |
|
bat_getAllInfractions ( $uuid = null ) |
Params: $uuid (string), UUID of a user. If null, will list all infractions |
|
bat_getInfraction ( $type, $id ) |
Params: $type (string), either ban, kick or mute; $id (int), ID of infraction |
|
bat_getUsernameFromUUID ( $uuid ) |
Params: $uuid (string) - UUID of user |
|
bm_getAllInfractions ( $uuid = null ) |
Params: $uuid (string), UUID of a user. If null, will list all infractions |
|
bm_getInfraction ( $type, $id, $past = false ) |
Params: $type (string), either ban, kick or mute; $id (int), ID of infraction |
|
bm_getUsernameFromID ( $id ) |
Params: $id (string (binary)), player_id of user to lookup |
|
bu_getAllInfractions ( $uuid = null ) |
Params: $uuid (string), UUID of a user. If null, will list all infractions |
|
bu_getInfraction ( $type, $id ) |
Params: $type (string), either ban or mute; $id (string), UUID of infraction |
|
date_compare ( $a, $b ) |
Sort by date |
|
lb_getAllInfractions ( $uuid = null ) |
Params: $uuid (string), UUID of a user. If null, will list all infractions |
|
lb_getInfraction ( $type, $id ) |
Params: $type (string), either ban, kick or mute; $id (int), ID of infraction |
|