Jarves\Admin\ObjectCrud::setCustomOrderBy PHP Method

setCustomOrderBy() public method

public setCustomOrderBy ( string $customOrderBy )
$customOrderBy string
    public function setCustomOrderBy($customOrderBy)
    {
        $this->customOrderBy = $customOrderBy;
    }
ObjectCrud