ModelConfig::setCustomOptions( $customOptions )

In this article

Sets the custom options.

Parameters

mixed> $customOptions The custom options.

Source

public function setCustomOptions(array $customOptions): void
{
    $this->customOptions = $customOptions;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.