Home
last modified time | relevance | path

Searched refs:ReflectionMethod (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/
H A DStatistics.php64 use ReflectionMethod; alias
177 $public_methods = $class->getMethods(ReflectionMethod::IS_PUBLIC);
180 …->filter(static fn (ReflectionMethod $method): bool => !in_array($method->getName(), ['embedTags',…
181 ->filter(static function (ReflectionMethod $method): bool {
186 …->sort(static fn (ReflectionMethod $x, ReflectionMethod $y): int => $x->getName() <=> $y->getName(…
187 ->map(function (ReflectionMethod $method): string {