File manager - Edit - /var/www/payraty/hris/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/Mapper/InstallmentHtmlMapper.php
Back
<?php namespace Iyzipay\Model\Mapper; use Iyzipay\Model\InstallmentHtml; class InstallmentHtmlMapper extends IyzipayResourceMapper { public static function create($rawResult = null) { return new InstallmentHtmlMapper($rawResult); } public function mapInstallmentHtmlFrom(InstallmentHtml $installmentHtml, $jsonObject) { parent::mapResourceFrom($installmentHtml, $jsonObject); if (isset($jsonObject->htmlContent)) { $installmentHtml->setHtmlContent($jsonObject->htmlContent); } return $installmentHtml; } public function mapInstallmentHtml(InstallmentHtml $installmentHtml) { return $this->mapInstallmentHtmlFrom($installmentHtml, $this->jsonObject); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings