WordPress\AiClient\Operations\Contracts

OperationInterface::getIdpublicWP 0.1.0

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

public function getId(): string;