WordPress\AiClient\Tools\DTO

FunctionResponse::getIdpublicWP 0.1.0

Gets the function call ID.

Метод класса: FunctionResponse{}

Хуков нет.

Возвращает

Строку|null. The function call ID.

Использование

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

Список изменений

С версии 0.1.0 Введена.

Код FunctionResponse::getId() WP 7.0.4

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