Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Newscoop
Datatable
ISource
PHP Interface Newscoop\Datatable\ISource
Datei anzeigen
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