📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 06:18:03
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Api
/
Interfaces
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/src/Api/Interfaces
🔄 Refresh
✏️
Editing: ObjectWithId.php
Writable
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Api\Interfaces; use Automattic\WooCommerce\Api\Attributes\Description; /** * Interface trait for objects that have a numeric ID. */ #[Description( 'An object with a numeric ID.' )] trait ObjectWithId { /** * The unique numeric identifier. * * @var int */ #[Description( 'The unique numeric identifier.' )] public int $id; }
💾 Save Changes
❌ Cancel