WordPress\AiClient\Operations\Contracts
OperationInterface::getId
Gets the operation ID.
Method of the class: OperationInterface{}
No Hooks.
Returns
String. The unique operation identifier.
Usage
$OperationInterface = new OperationInterface(); $OperationInterface->getId(): string;
Changelog
| Since 0.1.0 | Introduced. |
OperationInterface::getId() OperationInterface::getId code WP 7.0
public function getId(): string;