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