메소드 | 설명 | |
---|---|---|
__construct ( Doctrine\Common\Collections\Collection $collection, string $primary_key ) | ||
applyFilterDate ( |
Filter by date | |
applyFilterDateRange ( |
Filter by date range | |
applyFilterMultiSelect ( |
Filter by multi select value | |
applyFilterRange ( |
Filter by range | |
applyFilterSelect ( |
Filter by select value | |
applyFilterText ( |
Filter by keyword | |
filterOne ( array $condition ) : static | Filter data - get one row | |
getCount ( ) : integer | Get count of data | |
getData ( ) : array | Get the data | |
limit ( integer $offset, integer $limit ) : static | Apply limit and offset on data | |
sort ( |
Sort data |
메소드 | 설명 | |
---|---|---|
getFilteredCollection ( ) : Doctrine\Common\Collections\Collection |
public __construct ( Doctrine\Common\Collections\Collection $collection, string $primary_key ) | ||
$collection | Doctrine\Common\Collections\Collection | |
$primary_key | string |
public applyFilterDate ( |
||
$filter | ||
리턴 | void |
public applyFilterDateRange ( |
||
$filter | ||
리턴 | void |
public applyFilterMultiSelect ( |
||
$filter | ||
리턴 | void |
public applyFilterRange ( |
||
$filter | ||
리턴 | void |
public applyFilterSelect ( |
||
$filter | ||
리턴 | void |
public applyFilterText ( |
||
$filter | ||
리턴 | void |
public sort ( |
||
$sorting | ||
리턴 | static |