Methods |
public
|
__construct(
string $name,
?string $type = null,
MethodParam[] $params = [],
bool $isStatic = false,
?string $description = null,
?string $class = null,
?string $member = null,
array $aliases = [],
)
Creates a new MethodTag object
Creates a new MethodTag object
Overrides
|
#
|
public
|
getName(): string
Get the name of the entity associated with the tag
Get the name of the entity associated with the tag
Overrides
|
#
|
public
|
getParams(): array<string, MethodParam>
Get the method's parameters, indexed by name
Get the method's parameters, indexed by name
|
#
|
public
|
isStatic(): bool
Check if the method is static
Check if the method is static
|
#
|
public
|
__toString(): string
|
#
|
final
protected
|
filterParams(MethodParam[] $params, array<string, class-string> $aliases = []): array<string, MethodParam>
|
#
|