PHP Интерфейс Newscoop\Datatable\ISource

Показать файл Открыть проект

Открытые методы

Метод Описание
getCount ( array $p_params, array $p_cols ) : integer Get the count of the data table listing used with params
getData ( array $p_params, array $p_cols ) Get the data needed by data table listing

Описание методов

getCount() публичный Метод

Get the count of the data table listing used with params
public getCount ( array $p_params, array $p_cols ) : integer
$p_params array
$p_cols array
Результат integer

getData() публичный Метод

Get the data needed by data table listing
public getData ( array $p_params, array $p_cols )
$p_params array
$p_cols array