Reflection class for a {@}property tag in a Docblock.
Cloneable
Final
Instantiable
Methods |
public __construct ( ? string $variableName , ? phpDocumentor\Reflection\Type $type = NULL , ? phpDocumentor\Reflection\DocBlock\Description $description = NULL ) |
public
__toString
() :
string
Returns a string representation for this tag. |
public static create ( string $body , ? phpDocumentor\Reflection\TypeResolver $typeResolver = NULL , ? phpDocumentor\Reflection\DocBlock\DescriptionFactory $descriptionFactory = NULL , ? phpDocumentor\Reflection\Types\Context $context = NULL ) : self |
public
getVariableName
() : ?
string
Returns the variable's name. |
Properties |
protected
$variableName
|
Methods |
Methods |
public static create ( string $body , ? phpDocumentor\Reflection\TypeResolver $typeResolver = NULL , ? phpDocumentor\Reflection\DocBlock\DescriptionFactory $descriptionFactory = NULL , ? phpDocumentor\Reflection\Types\Context $context = NULL ) : self |