- 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
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: stage.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class Stage
|
|
{
|
|
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\CollectionElementType::initOnce();
|
|
\GPBMetadata\Uuid::initOnce();
|
|
\GPBMetadata\Slide::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xC4\x03\x0A\x0Bstage.proto\x12\x07rv.data\x1A\x1BcollectionElementType.proto\x1A\x0Auuid.proto\x1A\x0Bslide.proto\"\xB7\x02\x0A\x05Stage\x1AR\x0A\x06Layout\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05slide\x18\x03 \x01(\x0B2\x0E.rv.data.Slide\x1Af\x0A\x08Document\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12&\x0A\x07layouts\x18\x02 \x03(\x0B2\x15.rv.data.Stage.Layout\x1Ar\x0A\x10ScreenAssignment\x12.\x0A\x06screen\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12.\x0A\x06layout\x18\x02 \x01(\x0B2\x1E.rv.data.CollectionElementTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|