Home
last modified time | relevance | path

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

/webtrees/app/
H A DContainer.php93 private function makeParameter(ReflectionParameter $reflection_parameter): mixed argument
95 if ($reflection_parameter->isOptional()) {
96 return $reflection_parameter->getDefaultValue();
99 $type = $reflection_parameter->getType();
105 throw new NotFoundInContainerException('Cannot make ' . $reflection_parameter->getName());