propresenter-php/php/generated/Rv/Analytics/UI/MainView/Bible/SaveSlides.php
2026-03-01 16:12:17 +01:00

60 lines
1.6 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: analyticsUI.proto
namespace Rv\Analytics\UI\MainView\Bible;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Generated from protobuf message <code>rv.analytics.UI.MainView.Bible.SaveSlides</code>
*/
class SaveSlides extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field <code>.rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1;</code>
*/
protected $destination = 0;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type int $destination
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\AnalyticsUI::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field <code>.rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1;</code>
* @return int
*/
public function getDestination()
{
return $this->destination;
}
/**
* Generated from protobuf field <code>.rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1;</code>
* @param int $var
* @return $this
*/
public function setDestination($var)
{
GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\SaveSlides\SlideDestination::class);
$this->destination = $var;
return $this;
}
}