Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/mpdf/mpdf/src/Container/SimpleContainer.php
Назад
<?php namespace Mpdf\Container; class SimpleContainer implements \Mpdf\Container\ContainerInterface { private $services; public function __construct(array $services) { $this->services = $services; } public function get($id) { if (!$this->has($id)) { throw new \Mpdf\Container\NotFoundException(sprintf('Unable to find service of key "%s"', $id)); } return $this->services[$id]; } public function has($id) { return isset($this->services[$id]); } public function getServices() { return $this->services; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка