Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/google-listings-and-ads/src/Infrastructure/Conditional.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure; /** * Conditional interface. * * This interface allows objects to be instantiated only as needed. A static method is used to * determine whether an object needs to be instantiated. This prevents needless instantiation of * objects that won't be used in the current request. * * @package Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure */ interface Conditional { /** * Check whether this object is currently needed. * * @return bool Whether the object is needed. */ public static function is_needed(): bool; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка