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