You are here

public property EntityFieldQuery::$orderedResults in Drupal 7

The ordered results.

Type: array

See also

EntityFieldQuery::execute().

File

includes/entity.inc, line 621

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $orderedResults = array();