implements |
PhpDocTagValueNode |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(bool $isStatic, ?TypeNode $returnType, string $methodName, array $parameters, string $description)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
bool
|
$isStatic
|
# |
public
|
TypeNode|null
|
$returnType
|
# |
public
|
string
|
$methodName
|
# |
public
|
MethodTagValueParameterNode[]
|
$parameters
|
# |
public
|
string
|
$description
|
# |