You are here

public function Criteria::getOrderings in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php \Doctrine\Common\Collections\Criteria::getOrderings()

Gets the current orderings of this Criteria.

Return value

string[]

File

vendor/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;
}