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