���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php
���ѧ٧ѧ�
<?php declare(strict_types=1); namespace Endroid\QrCode\Builder; final class BuilderRegistry implements BuilderRegistryInterface { /** @var array<BuilderInterface> */ private $builders = []; public function getBuilder(string $name): BuilderInterface { if (!isset($this->builders[$name])) { throw new \Exception(sprintf('Builder with name "%s" not available from registry', $name)); } return $this->builders[$name]; } public function addBuilder(string $name, BuilderInterface $builder): void { $this->builders[$name] = $builder; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�