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

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

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