Meilisearch PHP | Documentation

ChatWorkspacePromptsSettings extends Data
in package

Tags
phpstan-type

ChatWorkspacePromptsArray array{ system: string, searchDescription: string, searchQParam: non-empty-string, searchIndexUidParam: non-empty-string }

Table of Contents

Properties

$data  : mixed
$searchDescription  : string
$searchIndexUidParam  : non-empty-string
$searchQParam  : non-empty-string
$system  : string

Methods

__construct()  : mixed
count()  : int
getIterator()  : ArrayIterator
getSearchDescription()  : string
getSearchIndexUidParam()  : non-empty-string
getSearchQParam()  : non-empty-string
getSystem()  : string
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : ChatWorkspacePromptsArray

Properties

$data

protected mixed $data = []

Methods

__construct()

public __construct(ChatWorkspacePromptsArray $params) : mixed
Parameters
$params : ChatWorkspacePromptsArray

count()

public count() : int
Return values
int

getIterator()

public getIterator() : ArrayIterator
Return values
ArrayIterator

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Attributes
#[ReturnTypeWillChange]

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results