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