PHP 인터페이스 Newscoop\Datatable\ISource

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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