Kraken\Runtime\Command\Command::command PHP Method

command() protected method

protected command ( mixed[] $params = [] ) : mixed
$params mixed[]
return mixed
    protected function command($params = [])
    {
        throw new RejectionException('Command code undefined.');
    }