extends |
AbstractTag |
---|
Methods | ||
---|---|---|
public
|
getName(): string
|
# |
public
|
getParams(): array<string, MethodParam>
|
# |
public
|
isStatic(): bool
|
# |
public
|
__toString(): string
|
# |
final
protected
|
filterParams(MethodParam[] $params, array<string, class-string> $aliases = []): array<string, MethodParam>
|
# |
Methods inherited from Salient\PHPDoc\Tag\AbstractTag |
---|
getTag(), getType(), getDescription(), getClass(), getMember(), getStatic(), getSelf(), withDescription(), inherit(), maybeInheritValue(), filterTag(), filterClass(), filterMember(), filterType(), filterString(), throw(), |
Methods used from Salient\Core\Concern\ImmutableTrait |
---|
with(), without(), handlePropertyChanged() |
Properties | |||
---|---|---|---|
protected
|
array<string, MethodParam>
|
$Params
|
# |
protected
|
bool
|
$IsStatic
|
# |
Properties inherited from Salient\PHPDoc\Tag\AbstractTag |
---|
$Tag, $Name, $Type, $Description, $Class, $Member, $Static, $Self |