implements |
TypeNode |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(
IdentifierTypeNode $identifier,
CallableTypeParameterNode[] $parameters,
TypeNode $returnType,
TemplateTagValueNode[] $templateTypes,
)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
IdentifierTypeNode
|
$identifier
|
# |
public
|
TemplateTagValueNode[]
|
$templateTypes
|
# |
public
|
CallableTypeParameterNode[]
|
$parameters
|
# |
public
|
TypeNode
|
$returnType
|
# |