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