WordPress\AiClient\Providers\Models\DTO

RequiredOption::getValuepublicWP 0.1.0

Gets the value that the model must support for this option.

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

Хуков нет.

Возвращает

Разное. The value that the model must support.

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

$RequiredOption = new RequiredOption();
$RequiredOption->getValue();

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

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

Код RequiredOption::getValue() WP 7.0

public function getValue()
{
    return $this->value;
}