Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/plugins/woocommerce/src/Internal/DataStores/Fulfillments/FulfillmentsDataStoreInterface.php
Назад
<?php /** * Fulfillments Data Store Interface */ declare( strict_types=1 ); namespace Automattic\WooCommerce\Internal\DataStores\Fulfillments; use Automattic\WooCommerce\Internal\Fulfillments\Fulfillment; /** * Interface FulfillmentsDataStoreInterface * * @package Automattic\WooCommerce\Internal\DataStores\Fulfillments */ interface FulfillmentsDataStoreInterface { /** * Read the fulfillment data. * * @param string $entity_type The entity type. * @param string $entity_id The entity ID. * * @return Fulfillment[] Fulfillment object. */ public function read_fulfillments( string $entity_type, string $entity_id ): array; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка