orderBy() публичный Метод

Orders the query.
public orderBy ( array $order, boolean $append, boolean $first )
$order array
$append boolean
$first boolean
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function orderBy($order, $append = true, $first = false)
 {
     return $this->command->orderBy($order, $append, $first);
 }