WordPress\AiClient\Tools\DTO

FunctionCall::getIdpublicWP 0.1.0

Gets the function call ID.

Method of the class: FunctionCall{}

No Hooks.

Returns

String|null. The function call ID.

Usage

$FunctionCall = new FunctionCall();
$FunctionCall->getId(): ?string;

Changelog

Since 0.1.0 Introduced.

FunctionCall::getId() code WP 7.0

public function getId(): ?string
{
    return $this->id;
}