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

command() protected method

protected command ( $params = [] )
    protected function command($params = [])
    {
        return $this->runtime->getManager()->getRuntimes();
    }
RuntimesGetCommand