PHP Interface Newscoop\Datatable\ISource

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode 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 méthode

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
Résultat integer

getData() public méthode

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