Maslosoft Addendum API
Class MetaProperty
Container for metadata generated by property annotations
- Maslosoft\Addendum\Collections\MetaProperty implements Maslosoft\Addendum\Interfaces\AnnotationEntityInterface uses Maslosoft\Addendum\Traits\MetaState
Methods summary
public
|
|
public
|
Methods used from Maslosoft\Addendum\Traits\MetaState
Properties summary
public
boolean
|
$callGet
Indicates if field has getter |
#
false
|
public
boolean
|
$callSet
Indicates if field has setter |
#
false
|
public
boolean
|
$direct
Indicates if field has either getter or setter |
#
false
|
public
string
|
$methodGet
Getter method name |
#
''
|
public
string
|
$methodSet
Setter method name |
#
''
|
public
boolean
|
$isStatic
True if property is static |
#
false
|
public
mixed
|
$default
Default value of field as defined in class declaration |
#
null
|
public
string
|
$name
Name of a field |
#
''
|
API documentation generated by ApiGen