connect = $connect; } /** * Return the list of all polls. * * @return array All the polls */ public function findAllPolls() { return $this->connect->findAllPolls(); } }