Skip to content

Kirby 5.2.0

$constructor->getIgnoredArguments()

Returns all arguments that are not defined as constructor parameters

$constructor->getIgnoredArguments(array $arguments): array

Parameters

Name Type Default
$argumentsrequired array no default value

Return type

array

This method modifies the existing $constructor object it is applied to and returns it again.

Parent class

Kirby\Reflection\Constructor