Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
DataStores
/
Fulfillments
/
File Content:
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; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
FulfillmentsDataStore.php
16974 bytes
0644
FulfillmentsDataStoreInterface.php
651 bytes
0644
N4ST4R_ID | Naxtarrr