Add documentation about addMap, addSort, addUnwindow, and addWindow
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
e0cf376f6f
commit
b7e0b21c8f
9 changed files with 179 additions and 27 deletions
|
|
@ -25,7 +25,7 @@ trait Universe
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function addSort(array $columns, $desc): QueryBuilderInterface
|
||||
public function addSort(array $columns = ['_value'], bool $desc = false): QueryBuilderInterface
|
||||
{
|
||||
$this->addToQuery(
|
||||
new Sort($columns, $desc)
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue