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