BlockFilter
Table of Contents
Methods
-
checkPreparedRow()
: bool
-
checkRow()
: bool
-
createRow()
: array<string|int, mixed>|null
checkPreparedRow()
public
static checkPreparedRow(array<string|int, mixed> $row) : bool
Parameters
-
$row
: array<string|int, mixed>
-
checkRow()
public
static checkRow(array<string|int, mixed> $row) : bool
Parameters
-
$row
: array<string|int, mixed>
-
createRow()
public
static createRow(string $name, string $key, array<string|int, mixed> $value) : array<string|int, mixed>|null
Parameters
-
$name
: string
-
-
$key
: string
-
-
$value
: array<string|int, mixed>
-
Return values
array<string|int, mixed>|null