ConstantsPart
trait ConstantsPart
Constants part
For all models that can contain constants
Methods
$this
setConstants(array $constants)
Sets a collection of constants
$this
setConstant($nameOrConstant, $value = null, $isExpression = false)
Adds a constant
$this
bool
Map
getConstants()
Returns all constants
Set
getConstantNames()
Returns all constant names
$this
clearConstants()
Clears all constants
Details
at line line 30
$this
setConstants(array $constants)
Sets a collection of constants
at line line 56
$this
setConstant($nameOrConstant, $value = null, $isExpression = false)
Adds a constant
at line line 77
$this
removeConstant(string|PhpConstant $nameOrConstant)
Removes a constant
at line line 97
bool
hasConstant(string|PhpConstant $nameOrConstant)
Checks whether a constant exists
at line line 112
PhpConstant
getConstant(string|PhpConstant $nameOrConstant)
Returns a constant.
at line line 129
Map
getConstants()
Returns all constants
at line line 138
Set
getConstantNames()
Returns all constant names
at line line 147
$this
clearConstants()
Clears all constants