ConstantsAware
trait ConstantsAware
| internal |
Methods
setConstants(array $consts)
Replaces all constants.
array
getConstants()
No description
getConstant(string $name)
No description
addConstant(string $name, mixed $value, bool $overwrite = false)
Adds a constant.
removeConstant(string $name)
No description
bool
hasConstant(string $name)
No description
Details
at line 27
ConstantsAware
setConstants(array $consts)
Replaces all constants.
at line 40
array
getConstants()
No description
at line 46
Constant
getConstant(string $name)
No description
at line 56
Constant
addConstant(string $name, mixed $value, bool $overwrite = false)
Adds a constant.
at line 67
ConstantsAware
removeConstant(string $name)
No description
at line 74
bool
hasConstant(string $name)
No description