Tribe__Repository__Decorator::order_by( $order_by, $order = 'DESC' )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function order_by( $order_by ) {
$this->decorated->order_by( $order_by );
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository/Decorator.php
public function order_by( $order_by ) {
$this->decorated->order_by( $order_by );
return $this;
}