View::get_html()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function get_html() {
if ( self::class === static::class ) {
return $this->template->render();
}
throw Implementation_Error::because_extending_view_should_define_this_method( 'get_html', $this );
}