propresenter7-php-lib/generated/GPBMetadata/Template.php
Thorsten Buss 4d10db4f17 Initial public release
PHP 8.4 library and CLI tools to read, modify, and generate ProPresenter 7
files: songs (.pro), playlists (.proplaylist), bundles (.probundle), themes,
and the global library files (Macros, Labels, Groups, ClearGroups, CCLI,
Messages, Timers, Stage, Workspace, Props, TestPatterns, Calendar,
KeyMappings, CommunicationDevices).

Built on the MIT-licensed ProPresenter7-Proto schema by greyshirtguy
(v7.16.2). Includes 18 CLI parsers, comprehensive API docs in doc/,
binary-format specs, and a synthetic 369-test PHPUnit suite covering
RTF extraction, translation slides, ZIP64 repair, round-trip fidelity,
and end-to-end generation.
2026-05-03 22:21:01 +02:00

29 lines
1.2 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: template.proto
namespace GPBMetadata;
class Template
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Action::initOnce();
\GPBMetadata\ApplicationInfo::initOnce();
\GPBMetadata\Slide::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xD4\x02\x0A\x0Etemplate.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Bslide.proto\"\xD6\x01\x0A\x08Template\x1A[\x0A\x05Slide\x12\"\x0A\x0Abase_slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12 \x0A\x07actions\x18\x03 \x03(\x0B2\x0F.rv.data.Action\x1Am\x0A\x08Document\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12'\x0A\x06slides\x18\x03 \x03(\x0B2\x17.rv.data.Template.SlideJ\x04\x08\x02\x10\x03B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
, true);
static::$is_initialized = true;
}
}