Kraken\Root\Console\Server\Provider\CommandProvider::create PHP 메소드

create() 보호된 메소드

protected create ( string $class, mixed[] $params = [] ) : Kraken\Runtime\Command\CommandInterface
$class string
$params mixed[]
리턴 Kraken\Runtime\Command\CommandInterface
    protected function create($class, $params = [])
    {
        return (new ReflectionClass($class))->newInstanceArgs($params);
    }