WordPress\AiClient\Results\Contracts

ResultInterface::getIdpublicWP 0.1.0

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() code WP 7.0

public function getId(): string;