Jarves\Admin\ObjectCrud::setOrderBy PHP Method

setOrderBy() public method

public setOrderBy ( string $orderBy )
$orderBy string
    public function setOrderBy($orderBy)
    {
        $this->orderBy = $orderBy;
    }
ObjectCrud