DistributedProjectDataFilter
extends ProjectDataFilter
Table of Contents
Methods
-
__construct()
: mixed
-
apply()
: void
-
getOption()
: mixed
-
getOptions()
: array<string|int, mixed>
-
isAvailable()
: bool
__construct()
public
__construct() : mixed
apply()
public
apply(array<string|int, mixed> $items, Dialog $dialog) : void
Parameters
-
$items
: array<string|int, mixed>
-
-
$dialog
: Dialog
-
getOption()
public
getOption(string $option[, mixed $defaultValue = null ]) : mixed
Parameters
-
$option
: string
-
-
$defaultValue
: mixed
= null
-
getOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
isAvailable()
public
isAvailable() : bool