File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/catalog/lib/v2/IoC/ContainerContract.php
Back
<?php namespace Bitrix\Catalog\v2\IoC; /** * Interface ContainerContract * Describes the interface of a container that exposes methods to read its entries. * * @package Bitrix\Catalog\v2\IoC * * !!! This API is in alpha stage and is not stable. This is subject to change at any time without notice. * @internal */ interface ContainerContract { public function has(string $id): bool; public function get(string $id, array $args = []); public function make(string $id, array $args = []); public function inject(string $id, $dependency); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings