Reflection class for a @covers tag in a Docblock.
Cloneable
Final
Instantiable
Methods |
public
__construct
(
phpDocumentor\Reflection\Fqsen
$refers
,
?
phpDocumentor\Reflection\DocBlock\Description
$description
=
NULL
) Initializes this tag. |
public
__toString
() :
string
Returns a string representation of this tag. |
public static create ( string $body , ? phpDocumentor\Reflection\DocBlock\DescriptionFactory $descriptionFactory = NULL , ? phpDocumentor\Reflection\FqsenResolver $resolver = NULL , ? phpDocumentor\Reflection\Types\Context $context = NULL ) : self |
public
getReference
() :
phpDocumentor\Reflection\Fqsen
Returns the structural element this tag refers to. |
Properties |
protected
$name
|
Properties |
private
$refers
|
Methods |
private static resolveFqsen ( string $parts , ? phpDocumentor\Reflection\FqsenResolver $fqsenResolver , ? phpDocumentor\Reflection\Types\Context $context ) : phpDocumentor\Reflection\Fqsen |
Methods |
public static create ( string $body , ? phpDocumentor\Reflection\DocBlock\DescriptionFactory $descriptionFactory = NULL , ? phpDocumentor\Reflection\FqsenResolver $resolver = NULL , ? phpDocumentor\Reflection\Types\Context $context = NULL ) : self |
private static resolveFqsen ( string $parts , ? phpDocumentor\Reflection\FqsenResolver $fqsenResolver , ? phpDocumentor\Reflection\Types\Context $context ) : phpDocumentor\Reflection\Fqsen |