Skip to content

InheritedMember

A member a class gets from an ancestor, listed rather than documented.

Inherited members outnumber declared ones several times over in this framework, so repeating their documentation on every descendant would bury what each class actually adds. A row pointing at the declaring type says the same thing in one line.

final class InheritedMember

SourceIr/InheritedMember.php
PropertyTypeDescription
$declaredInstringreadonly.
$namestringreadonly.
$summarystringreadonly.

public function __construct(string $name, string $declaredIn, string $summary = ''): mixed

ParameterTypeDescription
$namestring
$declaredInstring
$summarystring

Returns mixed