- Move src/, tests/, bin/, generated/, proto/, composer.json, composer.lock, phpunit.xml from php/ to repo root - Move ref/ to doc/reference_samples/ for better organization - Remove vendor/ from git tracking (now properly gitignored) - Update all test file paths (dirname adjustments and ref/ -> doc/reference_samples/) - Update all documentation paths (AGENTS.md, doc/*.md) - Remove php.bak/ directory - All 252 tests pass
26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: analyticsUpdate.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class AnalyticsUpdate
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\x80\x03\x0A\x15analyticsUpdate.proto\x12\x0Crv.analytics\"\x8D\x02\x0A\x06Update\x123\x0A\x09downgrade\x18\x01 \x01(\x0B2\x1E.rv.analytics.Update.DowngradeH\x00\x1A\xC3\x01\x0A\x09Downgrade\x12I\x0A\x11from_version_type\x18\x01 \x01(\x0E2..rv.analytics.Update.Downgrade.FromVersionType\"k\x0A\x0FFromVersionType\x12\x1D\x0A\x19FROM_VERSION_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16FROM_VERSION_TYPE_BETA\x10\x01\x12\x1D\x0A\x19FROM_VERSION_TYPE_RELEASE\x10\x02B\x08\x0A\x06ActionBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|