File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/payrexx/payrexx/lib/Payrexx/Models/Request/QrCode.php
Back
<?php namespace Payrexx\Models\Request; /** * QrCode request class * * @copyright Payrexx AG * @author Payrexx Development Team <info@payrexx.com> * @package \Payrexx\Models\Request */ class QrCode extends \Payrexx\Models\Base { /** * mandatory * * @access protected * @var string */ protected $webshopUrl; /** * @access protected * @var string */ protected $uuid; /** * @access public * @return string */ public function getWebshopUrl(): string { return $this->webshopUrl; } /** * @access public * @param string $webshopUrl * @return void */ public function setWebshopUrl(string $webshopUrl): void { $this->webshopUrl = $webshopUrl; } /** * {@inheritdoc} */ public function getResponseModel() { return new \Payrexx\Models\Response\QrCode(); } /** * @return string */ public function getUuid(): string { return $this->uuid; } /** * @param string $uuid */ public function setUuid($uuid): void { $this->uuid = $uuid; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings