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

command() protected method

protected command ( $params = [] )
    protected function command($params = [])
    {
        return $this->runtime->stop();
    }
ContainerStopCommand