WordPress\AiClient\Providers\Models\Contracts

ModelInterface::getConfigpublicWP 0.1.0

Gets model configuration.

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

Хуков нет.

Возвращает

ModelConfig. Current model configuration.

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

$ModelInterface = new ModelInterface();
$ModelInterface->getConfig(): ModelConfig;

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

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

Код ModelInterface::getConfig() WP 7.0.4

public function getConfig(): ModelConfig;