- 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: analyticsPlaybackMarker.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class AnalyticsPlaybackMarker
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xE2\x02\x0A\x1DanalyticsPlaybackMarker.proto\x12\x0Crv.analytics\"\xE7\x01\x0A\x0EPlaybackMarker\x12;\x0A\x06create\x18\x01 \x01(\x0B2).rv.analytics.PlaybackMarker.CreateMarkerH\x00\x1A\x8E\x01\x0A\x0CCreateMarker\x12D\x0A\x08location\x18\x01 \x01(\x0E22.rv.analytics.PlaybackMarker.CreateMarker.Location\"8\x0A\x08Location\x12\x16\x0A\x12LOCATION_INSPECTOR\x10\x00\x12\x14\x0A\x10LOCATION_SIDEBAR\x10\x01B\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|