Property
final class Property
Class property description.
Properties
mixed | $value |
Methods
getValue()
No description
bool
isStatic()
No description
string|null
getType()
No description
setNullable(bool $state = true)
No description
bool
isNullable()
No description
setInitialized(bool $state = true)
No description
bool
isInitialized()
No description
Details
at line 44
Property
setValue($val)
No description
at line 51
getValue()
No description
at line 58
Property
setStatic(bool $state = true)
No description
at line 65
bool
isStatic()
No description
at line 72
Property
setType(string|null $val)
No description
at line 79
string|null
getType()
No description
at line 86
Property
setNullable(bool $state = true)
No description
at line 93
bool
isNullable()
No description
at line 100
Property
setInitialized(bool $state = true)
No description
at line 107
bool
isInitialized()
No description