parent
cc050ed696
commit
2ed1d6c66b
|
@ -378,6 +378,16 @@ abstract class DataView implements QueryInterface, IteratorAggregate
|
|||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the view's search columns
|
||||
*
|
||||
* @return string[]
|
||||
*/
|
||||
public function getSearchColumns()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated(EL): Only use DataView::applyFilter() for applying filter because all other functions are missing
|
||||
* column validation.
|
||||
|
|
Loading…
Reference in New Issue