- 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
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: fileProperties.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class FileProperties
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\Url::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xDF\x02\x0A\x14fileProperties.proto\x12\x07rv.data\"\xFF\x01\x0A\x0EFileProperties\x12\x1F\x0A\x09local_url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12C\x0A\x11remote_properties\x18\x02 \x01(\x0B2(.rv.data.FileProperties.RemoteProperties\x1A\x86\x01\x0A\x10RemoteProperties\x12G\x0A\x0Aprocontent\x18\x01 \x01(\x0B23.rv.data.FileProperties.RemoteProperties.ProContent\x1A)\x0A\x0AProContent\x12\x1B\x0A\x13download_identifier\x18\x01 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|