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