CacheIndex
FinalYes
Properties
- $key : string
Methods
- __construct() : mixed
- add() : void
- fromRows() : self
- toRows() : Rows
- values() : array<string|int, string>
Properties
$key read-only
public
string
$key
Methods
__construct()
public
__construct(string $key) : mixed
Parameters
- $key : string
add()
public
add(string $value) : void
Parameters
- $value : string
fromRows()
public
static fromRows(string $key, Rows $rows) : self
Parameters
- $key : string
- $rows : Rows
Tags
Return values
selftoRows()
public
toRows() : Rows
Return values
Rowsvalues()
public
values() : array<string|int, string>