Copied!
Abstract
Methods
public abstract phpDocumentor\Reflection\DocBlock\Tag::__toString() : string
public abstract static phpDocumentor\Reflection\DocBlock\Tag::create(string $body)
 
  • return \Tag|mixed Class that implements Tag
  • phpstan-return ?Tag
public phpDocumentor\Reflection\DocBlock\Tags\BaseTag::getDescription() : ?phpDocumentor\Reflection\DocBlock\Description
public phpDocumentor\Reflection\DocBlock\Tags\BaseTag::getName() : string
 

Gets the name of this tag.

  • return string The name of this tag.
public getType() : ?phpDocumentor\Reflection\Type
 

Returns the type section of the variable.

public phpDocumentor\Reflection\DocBlock\Tags\BaseTag::render(?phpDocumentor\Reflection\DocBlock\Tags\Formatter $formatter = NULL) : string
Properties
protected phpDocumentor\Reflection\DocBlock\Tags\BaseTag::$description = NULL
 
  • var \Description|null Description of the tag.
protected phpDocumentor\Reflection\DocBlock\Tags\BaseTag::$name = ''
 
  • var string Name of the tag
protected $type = NULL
 
  • var ?\Type
Methods
protected static extractTypeFromBody(string $body) : array
 
  • return string[]
Methods
public abstract static phpDocumentor\Reflection\DocBlock\Tag::create(string $body)
 
  • return \Tag|mixed Class that implements Tag
  • phpstan-return ?Tag
protected static extractTypeFromBody(string $body) : array
 
  • return string[]
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration