Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/web-stories/includes/Infrastructure/Injector/FallbackInstantiator.php
Назад
<?php /** * Final class FallbackInstantiator. * * @link https://github.com/googleforcreators/web-stories-wp * * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 */ /** * Original code modified for this project. * * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 */ declare(strict_types = 1); namespace Google\Web_Stories\Infrastructure\Injector; use Google\Web_Stories\Infrastructure\Instantiator; /** * Fallback instantiator to use in case none was provided. * * @internal * * @since 1.6.0 */ final class FallbackInstantiator implements Instantiator { /** * Make an object instance out of an interface or class. * * @since 1.6.0 * * @param class-string $class_name Class to make an object instance out of. * @param array<int, mixed> $dependencies Optional. Dependencies of the class. * @return T Instantiated object. * * @template T * * @phpstan-param class-string<T> $class_name Class to make an object instance out of. */ public function instantiate( string $class_name, array $dependencies = [] ) { return new $class_name( ...$dependencies ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка