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