📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:33:32
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Api
/
Interfaces
✏️
Editing: ObjectWithId.php
<?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