if ($this->faqIsDismissed($route) != true) { $data = $this->call('faq/get/', array('route' => $route)); return $data; } else { return false; }