Kraken\Runtime\Command\Runtimes\RuntimesGetCommand::command PHP 메소드

command() 보호된 메소드

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