Kraken\Container\ContainerReaderInterface::call PHP Method

call() public method

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