Reflection class for the {@}param tag in a Docblock.
CloneableFinalInstantiable
Methods |
public __construct(?string $variableName, ?phpDocumentor |
public __toString() : string Returns a string representation for this tag. |
public static create(string $body, ?phpDocumentor
|
public getVariableName() : ?string Returns the variable's name. |
public isReference() : bool Returns whether this tag is passed by reference. |
public isVariadic() : bool Returns whether this tag is variadic. |
Properties |
Methods |
Properties |
private bool $isReference
|
private bool $isVariadic
|
private ?string $variableName = NULL |
Methods |
private static strStartsWithVariable(string $str) : bool |
Methods |
public static create(string $body, ?phpDocumentor
|
private static strStartsWithVariable(string $str) : bool |