- 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.2 KiB
PHP
26 lines
1.2 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: analyticsTimecode.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class AnalyticsTimecode
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\x9A\x03\x0A\x17analyticsTimecode.proto\x12\x0Crv.analytics\"\xA5\x02\x0A\x08Timecode\x121\x0A\x07startup\x18\x01 \x01(\x0B2\x1E.rv.analytics.Timecode.StartupH\x00\x123\x0A\x08activate\x18\x02 \x01(\x0B2\x1F.rv.analytics.Timecode.ActivateH\x00\x1AX\x0A\x07Startup\x12\x1B\x0A\x13is_input_configured\x18\x01 \x01(\x08\x12\x12\x0A\x0Ais_enabled\x18\x02 \x01(\x08\x12\x1C\x0A\x14is_playlist_selected\x18\x03 \x01(\x08\x1AN\x0A\x08Activate\x12\x1B\x0A\x13playlist_item_count\x18\x01 \x01(\x05\x12\x11\x0A\x09cue_count\x18\x02 \x01(\x05\x12\x12\x0A\x0Ais_startup\x18\x03 \x01(\x08B\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|