WordPress\AiClient\Providers\Models\Contracts
ModelInterface::getConfig
Gets model configuration.
Метод класса: ModelInterface{}
Хуков нет.
Возвращает
ModelConfig. Current model configuration.
Использование
$ModelInterface = new ModelInterface(); $ModelInterface->getConfig(): ModelConfig;
Список изменений
| С версии 0.1.0 | Введена. |
Код ModelInterface::getConfig() ModelInterface::getConfig WP 7.0.4
public function getConfig(): ModelConfig;