Kraken\Container\ContainerReaderInterface::call PHP Méthode

call() public méthode

Call given method using Container autowiring.
public call ( callable $callable, mixed[] $args = [] ) : mixed
$callable callable
$args mixed[]
Résultat mixed
    public function call(callable $callable, $args = []);
ContainerReaderInterface