$parent
$parent : \phpDocumentor\Descriptor\NamespaceDescriptor|null
Represents the package for a class, trait, interface or file.
$parent : \phpDocumentor\Descriptor\NamespaceDescriptor|null
$children : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\NamespaceDescriptor>
$functions : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\FunctionDescriptor>
$constants : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ConstantDescriptor>
$classes : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ClassDescriptor>
$interfaces : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\InterfaceDescriptor>
$traits : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TraitDescriptor>
$name : string
$namespace : \phpDocumentor\Descriptor\NamespaceDescriptor|string
$package : \phpDocumentor\Descriptor\PackageDescriptor|string
$summary : string
$description : \phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor|null
$fileDescriptor : \phpDocumentor\Descriptor\FileDescriptor|null
$line : int
$tags : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>>
$errors : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Validation\Error>
$inheritedElement : \phpDocumentor\Descriptor\DescriptorAbstract|null
$enums : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\EnumDescriptor>
getDescription() : ?\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor
Returns the description for this element.
This method will automatically attempt to inherit the parent's description if this one has none.
getTags() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>>
Returns the tags associated with this element.
__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 |