Kraken\Runtime\Command\Runtime\RuntimeExistsCommand::command PHP Метод

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

protected command ( $params = [] )
    protected function command($params = [])
    {
        if (!isset($params['alias'])) {
            throw new RejectionException('Invalid params.');
        }
        return $this->runtime->getManager()->existsRuntime($params['alias']);
    }
RuntimeExistsCommand