explnum; } /** * * @param int $explnum */ public function set_explnum($explnum) { $this->explnum = $explnum; return $this; } public function get_contenu_vignette() { return $this->explnum; } }