Tribe__Events__Community__Tickets__Main::templates()
Templates object accessor method
Source
File: src/Tribe/Main.php
public function templates() {
if ( ! $this->templates ) {
$this->templates = new Tribe__Events__Community__Tickets__Templates;
}
return $this->templates;
}