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 45
Property
setValue($val)
No description
at line 53
getValue()
No description
at line 60
Property
setStatic(bool $state = true)
No description
at line 67
bool
isStatic()
No description
at line 74
Property
setType(string|null $type)
No description
at line 85
string|null
getType()
No description
at line 92
Property
setNullable(bool $state = true)
No description
at line 99
bool
isNullable()
No description
at line 106
Property
setInitialized(bool $state = true)
No description
at line 113
bool
isInitialized()
No description