Reflection class for an {@}method in a Docblock.
CloneableFinalInstantiable
Methods |
public __construct(string $methodName, array $arguments = [], ?phpDocumentor
|
public __toString() : string |
public static create(string $body, ?phpDocumentor |
public getArguments() : array
|
public getMethodName() : string Retrieves the method name. |
public getReturnType() : phpDocumentor |
public isStatic() : bool Checks whether the method tag describes a static method or not.
|
Properties |
protected $name = 'method'
|
Properties |
private $arguments = NULL
|
private $isStatic = NULL
|
private $methodName = NULL
|
private $returnType = NULL
|
Methods |
private filterArguments(array $arguments = []) : array
|
private static stripRestArg(string $argument) : string |
Methods |
public static create(string $body, ?phpDocumentor |
private static stripRestArg(string $argument) : string |