File manager - Edit - /home/palg2351/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores/Fulfillments/FulfillmentsDataStoreInterface.php
Back
<?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.3.30 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings