$visibility
$visibility : string
Descriptor representing a property.
$inheritedElement : \phpDocumentor\Descriptor\Interfaces\ElementInterface|string|\phpDocumentor\Reflection\Fqsen|null
__call(string $name, array $arguments) : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>|null
Dynamically constructs a set of getters to retrieve tag (collections) with.
Important: __call() is not a fast method of access; it is preferred to directly use the getTags() collection. This interface is provided to allow for uniform and easy access to certain tags.
string | $name | |
array | $arguments |
getTags() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>>
Returns the tags associated with this element.
getStartLocation() : ?\phpDocumentor\Reflection\Location
Returns the start location where the definition for this element can be found.
None found |
getEndLocation() : ?\phpDocumentor\Reflection\Location
Returns the end location where the definition for this element can be found.
None found |
getInheritedElement() : ?\phpDocumentor\Descriptor\Interfaces\PropertyInterface
Returns the property from which this one should inherit, if any.
None found |
None found |
getParent() : \phpDocumentor\Descriptor\Interfaces\ClassInterface|\phpDocumentor\Descriptor\Interfaces\TraitInterface|null
None found |
setStatic(bool $static) : void
Sets whether this property is static in scope.
bool | $static |
None found |
None found |
getVar() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Tag\VarDescriptor>
None found |
None found |
isReadOnly() : bool
Returns true when this property is intended to be read-only.
None found |
None found |
isWriteOnly() : bool
Returns true when this property is intended to be write-only.
None found |