Get or set options
Available since version 3.0.138.
Usage
// basic usage
$array = $commentList->options();
// usage with all arguments
$array = $commentList->options($key = null, $value = null);
Arguments
Name | Type(s) | Description |
---|---|---|
key (optional) | string, null, array | Use one of the following:
|
value (optional) | string, int, bool, null | When setting an individual option, value should be specified here, otherwise omit |
Return value
array
string
int
bool
null
When getting singe option, value is returned, otherwise array of all options is returned.
CommentList methods and properties
API reference based on ProcessWire core version 3.0.236