Property
class Property extends Message
Properties
string | $name | ||
int | $type | ||
string | $description |
Methods
static
descriptor()
No description
boolean
hasName()
Check if
string
getName()
Get
boolean
hasType()
Check if
int
getType()
Get
boolean
hasDescription()
Check if
clearDescription()
Clear
string
getDescription()
Get
setDescription(string $value)
Set
Details
at line line 123
static
descriptor()
at line line 164
boolean
hasName()
Check if
at line line 173
Property
clearName()
Clear
at line line 182
string
getName()
Get
at line line 192
Property
setName(string $value)
Set
at line line 201
boolean
hasType()
Check if
at line line 210
Property
clearType()
Clear
at line line 219
int
getType()
Get
at line line 229
Property
setType(int $value)
Set
at line line 238
boolean
hasDescription()
Check if
at line line 247
Property
clearDescription()
Clear
at line line 256
string
getDescription()
Get
at line line 266
Property
setDescription(string $value)
Set