OverrideDefinedConstant
Table of Contents
-
$allowed
: mixed
-
$defined_constants
: mixed
-
__construct()
: mixed
-
getConstants()
: array<string|int, mixed>|null
-
setConstants()
: void
-
resetConstants()
: void
$allowed
private
mixed
$allowed
= ['API', 'PORCENTAGEM_SISTEMA', 'MAIL']
$defined_constants
private
mixed
$defined_constants
__construct()
public
__construct([string $category = 'user' ]) : mixed
Parameters
-
$category
: string
= 'user'
-
Return values
mixed
—
getConstants()
public
getConstants() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—
setConstants()
public
setConstants(string $constantes) : void
Parameters
-
$constantes
: string
-
Return values
void
—
resetConstants()
private
resetConstants([array<string|int, mixed> $constantes = null ][, string $field = null ]) : void
Parameters
-
$constantes
: array<string|int, mixed>
= null
-
-
$field
: string
= null
-
Return values
void
—