Property | Type | Description | |
---|---|---|---|
$data | array | ||
$data_source | DibiFluent | ||
$primary_key | string |
Method | Description | |
---|---|---|
__construct ( DibiFluent $data_source, string $primary_key ) | ||
applyFilterDate ( |
Filter by date | |
applyFilterDateRange ( |
Filter by date range | |
applyFilterText ( |
Filter by date | |
filterOne ( array $condition ) : static | Get the data | |
getCount ( ) : integer | Get count of data | |
limit ( integer $offset, integer $limit ) : static | Apply limit and offset on data |
public __construct ( DibiFluent $data_source, string $primary_key ) | ||
$data_source | DibiFluent | |
$primary_key | string |
public applyFilterDate ( |
||
$filter | ||
return | void |
public applyFilterDateRange ( |
||
$filter | ||
return | void |
public applyFilterText ( |
||
$filter | ||
return | void |