File manager - Edit - /home/buyherba/public_html/wp-content/upgrade-temp-backup/plugins/woocommerce/src/Api/Interfaces/ObjectWithId.php
Back
<?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; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings