'', 'version' => '', 'title' => '', 'description' => '', 'author' => '', 'url' => '', 'type' => '', 'sections' => '', ); public function getAllTemplates() { return $this->query->getall('name'); } public function getByName($name) { return $this->query->where('name', $name)->get(); } }