extends |
AbstractTag |
---|
Methods | ||
---|---|---|
public
|
__construct(
string $type,
?string $name = null,
?string $description = null,
?string $class = null,
?string $member = null,
array $aliases = [],
)
|
# |
public
|
getType(): string
|
# |
public
|
withName(?string $name): static
|
# |
public
|
__toString(): string
|
# |
Methods inherited from Salient\PHPDoc\Tag\AbstractTag |
---|
getTag(), getName(), getDescription(), getClass(), getMember(), withDescription(), inherit(), maybeInheritValue(), filterTag(), filterClass(), filterMember(), filterType(), filterString(), throw(), |
Properties inherited from Salient\PHPDoc\Tag\AbstractTag |
---|
$Tag, $Name, $Type, $Description, $Class, $Member |