ChatWorkspacePromptsSettings
extends Data
in package
Tags
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
= []
$searchDescription
private
string
$searchDescription
$searchIndexUidParam
private
non-empty-string
$searchIndexUidParam
$searchQParam
private
non-empty-string
$searchQParam
$system
private
string
$system
Methods
__construct()
public
__construct(ChatWorkspacePromptsArray $params) : mixed
Parameters
- $params : ChatWorkspacePromptsArray
count()
public
count() : int
Return values
intgetIterator()
public
getIterator() : ArrayIterator
Return values
ArrayIteratorgetSearchDescription()
public
getSearchDescription() : string
Return values
stringgetSearchIndexUidParam()
public
getSearchIndexUidParam() : non-empty-string
Return values
non-empty-stringgetSearchQParam()
public
getSearchQParam() : non-empty-string
Return values
non-empty-stringgetSystem()
public
getSystem() : string
Return values
stringoffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
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
toArray()
public
toArray() : ChatWorkspacePromptsArray