language; } /* All getter for access to protected attributes */ public function getSuivant() { return $this->suivant; } public function getPrecedent() { return $this->precedent; } public function getPremier() { return $this->premier; } public function getDernier() { return $this->dernier; } public function getAccueil() { return $this->accueil; } public function getContact() { return $this->contact; } public function getRss() { return $this->rss; } public function getLicence() { return $this->licence; } public function getBoutique() { return $this->boutique; } public function getTeeshirt() { return $this->teeshirt; } public function getPropulse() { return $this->propulse; } public function getDescstrip() { return $this->descstrip; } public function getSource() { return $this->source; } public function getSourceRss() { return $this->source_rss; } public function getSeeAlso() { return $this->see_also; } public function getForum() { return $this->forum; } public function getForumNew() { return $this->forum_new; } public function getForumView() { return $this->forum_view; } public function getForumError() { return $this->forum_error; } public function getComments() { return $this->comments; } public function getWotd() { return $this->wotd; } public function getGallery() { return $this->gallery; } }