Table of Contents
Interfaces
- IStatisticsProvider
Methods
-
add()
: mixed
-
batch()
: Batch
-
cmd()
: CmdBase
-
getList()
: mixed
add()
public
add(array<string|int, mixed> $fields) : mixed
Parameters
-
$fields
: array<string|int, mixed>
-
batch()
public
batch(mixed $pageType, mixed $list) : Batch
Parameters
-
$pageType
: mixed
-
-
$list
: mixed
-
cmd()
public
cmd(mixed $pageType, mixed $fields) : CmdBase
Parameters
-
$pageType
: mixed
-
-
$fields
: mixed
-
getList()
public
getList([mixed $select = [] ], mixed $filter[, mixed $order = [] ][, mixed $pageNavigation = '' ]) : mixed
Parameters
-
$select
: mixed
= []
-
-
$filter
: mixed
-
-
$order
: mixed
= []
-
-
$pageNavigation
: mixed
= ''
-