WordPress\AiClient\Tools\DTO
FunctionCall::getId
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() FunctionCall::getId code WP 7.0
public function getId(): ?string
{
return $this->id;
}