extends |
AbstractTag |
---|
Methods | ||
---|---|---|
public
|
__construct(
string $name,
?string $type = null,
bool $isReadOnly = false,
bool $isWriteOnly = false,
?string $description = null,
?string $class = null,
?string $member = null,
array $aliases = [],
)
|
# |
public
|
getName(): string
|
# |
public
|
isReadOnly(): bool
|
# |
public
|
isWriteOnly(): 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
|
$IsReadOnly
|
# |
protected
|
bool
|
$IsWriteOnly
|
# |
Properties inherited from Salient\PHPDoc\Tag\AbstractTag |
---|
$Tag, $Name, $Type, $Description, $Class, $Member |