- 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
29 lines
1 KiB
PHP
29 lines
1 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: propDocument.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class PropDocument
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\ApplicationInfo::initOnce();
|
|
\GPBMetadata\Cue::initOnce();
|
|
\GPBMetadata\Effects::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xFF\x01\x0A\x12propDocument.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x0Deffects.proto\"\x87\x01\x0A\x0CPropDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1A\x0A\x04cues\x18\x02 \x03(\x0B2\x0C.rv.data.Cue\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.TransitionB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|