PHP Interface Newscoop\Datatable\ISource

Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
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

Method Details

getCount() public method

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
return integer

getData() public method

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