$types
$types : \phpDocumentor\Reflection\Type|null
Descriptor representing the throws tag on a class or trait.
$types : \phpDocumentor\Reflection\Type|null
$name : string
$description : \phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor
$errors : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Validation\Error>
setType(?\phpDocumentor\Reflection\Type $types = null) : void
Sets a list of types associated with this tag.
?\phpDocumentor\Reflection\Type | $types |
None found |
getTypes() : \phpDocumentor\Descriptor\Tag\BaseTypes\list<\phpDocumentor\Reflection\Type>
Returns the list of types associated with this tag.
codeCoverageIgnore |
because deprecated and the error makes phpunit fail |
---|
None found |
__construct(string $name, ?\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = null) : mixed
Initializes the tag by setting the name and errors,
string | $name | |
?\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor | $description |
None found |
None found |
setDescription(?\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description) : void
Sets a description for this tab instance.
?\phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor | $description |
None found |
getDescription() : \phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor
Returns the description for this tag,
None found |
None found |
setErrors(\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Validation\Error> $errors) : void
Sets a list of errors found on the usage of this tag.
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Validation\Error> | $errors |
None found |
getErrors() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Validation\Error>
Returns all errors associated with this tag.
None found |
None found |