$description $description : \phpDocumentor\Reflection\DocBlock\Description Type \phpDocumentor\Reflection\DocBlock\Description —
$inlineTags $inlineTags : array<int,\phpDocumentor\Descriptor\TagDescriptor|null> Type TagDescriptor|null> —
__construct() __construct(?\phpDocumentor\Reflection\DocBlock\Description $description, array<int,\phpDocumentor\Descriptor\TagDescriptor|null> $inlineTags) : mixed Parameters ?\phpDocumentor\Reflection\DocBlock\Description $description array $inlineTags Returns mixed —
replaceTag() replaceTag(int $position, ?\phpDocumentor\Descriptor\TagDescriptor $tagDescriptor) : void Parameters int $position ?\phpDocumentor\Descriptor\TagDescriptor $tagDescriptor
getTags() getTags() : array<int,\phpDocumentor\Descriptor\TagDescriptor|null> Returns the tags for this description Returns array —
__toString() __toString() : string Renders docblock as string. This method is here for legacy purpose. The new v3 template has improved the way we render descriptons which requires more advanced handling of descriptions and just not some string jugling. Returns string —