- 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.3 KiB
PHP
26 lines
1.3 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: analyticsSync.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class AnalyticsSync
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xB9\x03\x0A\x13analyticsSync.proto\x12\x0Crv.analytics\"\xC8\x02\x0A\x04Sync\x12)\x0A\x05local\x18\x01 \x01(\x0B2\x18.rv.analytics.Sync.LocalH\x00\x1A\x88\x02\x0A\x05Local\x124\x0A\x09sync_type\x18\x01 \x01(\x0E2!.rv.analytics.Sync.Local.SyncType\x12\x17\x0A\x0Finclude_library\x18\x02 \x01(\x08\x12\x15\x0A\x0Dinclude_media\x18\x03 \x01(\x08\x12\x19\x0A\x11include_playlists\x18\x04 \x01(\x08\x12\x16\x0A\x0Einclude_themes\x18\x05 \x01(\x08\x12\x1D\x0A\x15include_support_files\x18\x06 \x01(\x08\x12\x15\x0A\x0Dreplace_files\x18\x07 \x01(\x08\"0\x0A\x08SyncType\x12\x10\x0A\x0CSYNC_TYPE_UP\x10\x00\x12\x12\x0A\x0ESYNC_TYPE_DOWN\x10\x01B\x0A\x0A\x08SyncTypeBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|