Property | Type | Description | |
---|---|---|---|
$data | array |
Method | Description | |
---|---|---|
__construct ( array $data ) | ||
compare ( string $actual, string $condition, mixed $expected ) : boolean | ||
filter ( array $conditions ) | ||
getCount ( ) : integer | ||
getData ( ) : array | ||
limit ( integer $offset, integer $limit ) | ||
sort ( array $sorting ) | ||
suggest ( mixed $column, array $conditions, integer $limit ) : array |
Method | Description | |
---|---|---|
makeWhere ( Grido\Components\Filters\Condition $condition, array $data = NULL ) : array | This method needs tests! |