You are here

public function Criteria::getOrderings in Plug 7

Gets the current orderings of this Criteria.

Return value

string[]

File

lib/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php, line 183

Class

Criteria
Criteria for filtering Selectable collections.

Namespace

Doctrine\Common\Collections

Code

public function getOrderings() {
  return $this->orderings;
}