REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 405 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Api/Interfaces/ObjectWithId.php
Text
Base64
<?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
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ObjectWithId.php
405 B
lrw-r--r--
2026-05-05 14:26:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Product.php
5.13 KB
lrw-r--r--
2026-05-05 14:26:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).