WordPress\AiClient\Providers\Models\DTO

RequiredOption::getValuepublicWP 0.1.0

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

Method of the class: RequiredOption{}

No Hooks.

Returns

Mixed. The value that the model must support.

Usage

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

Changelog

Since 0.1.0 Introduced.

RequiredOption::getValue() code WP 7.0

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