WordPress\AiClient\Providers\ApiBasedImplementation
AbstractApiBasedModel::getConfig
{@inheritDoc}
Method of the class: AbstractApiBasedModel{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractApiBasedModel = new AbstractApiBasedModel(); $AbstractApiBasedModel->getConfig(): ModelConfig;
Changelog
| Since 0.1.0 | Introduced. |
AbstractApiBasedModel::getConfig() AbstractApiBasedModel::getConfig code WP 7.0
final public function getConfig(): ModelConfig
{
return $this->config;
}