extends |
MemberInfo |
|---|---|
uses |
HasGenericParameters |
| Methods | ||
|---|---|---|
public
|
__construct(string $name)
|
# |
public
|
getEffectiveDescription(Index $index, ClassLikeInfo $classLike): PhpDocTextNode[]
|
# |
public
|
getEffectiveReturnDescription(Index $index, ClassLikeInfo $classLike): PhpDocTextNode[]
|
# |
public
|
ancestors(Index $index, ClassLikeInfo $classLike): iterable<ClassLikeInfo>
|
# |
| Methods used from ApiGen\Info\Traits\HasTags |
|---|
isDeprecated(), isInternal() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$nameLower
|
# |
public
|
ParameterInfo[]
|
$parameters = []
|
# |
public
|
TypeNode|null
|
$returnType = null
|
# |
public
|
PhpDocTextNode[]
|
$returnDescription = []
|
# |
public
|
bool
|
$byRef = false
|
# |
public
|
bool
|
$static = false
|
# |
public
|
bool
|
$abstract = false
|
# |
public
|
bool
|
$final = false
|
# |
| Properties inherited from ApiGen\Info\MemberInfo |
|---|
$name, $magic |
| Properties used from ApiGen\Info\Traits\HasTags |
|---|
$description, $tags |
| Properties used from ApiGen\Info\Traits\HasLineLocation |
|---|
$startLine, $endLine |
| Properties used from ApiGen\Info\Traits\HasVisibility |
|---|
$public, $protected, $private |
| Properties used from ApiGen\Info\Traits\HasGenericParameters |
|---|
$genericParameters |