Kraken\Console\Server\Command\Project\ProjectStatusCommand::command PHP Метод

command() защищенный Метод

protected command ( $params = [] )
    protected function command($params = [])
    {
        $req = $this->createRequest($this->channel, $this->config->get('main.alias'), new RuntimeCommand('arch:status'));
        return $req->call();
    }