Kraken\Runtime\Command\CommandInterface::execute PHP Method

execute() public method

public execute ( mixed[] $params = [] ) : Kraken\Promise\PromiseInterface
$params mixed[]
return Kraken\Promise\PromiseInterface
    public function execute($params = []);
CommandInterface