public property EntityFieldQuery::$order
List of order clauses.
Type: array
File
- drupal-7.x/
includes/ entity.inc, line 486
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
public $order = array();
List of order clauses.
Type: array
public $order = array();