public function __construct($id = 0)
 {
     $this->id = $id + 0;
     $this->read_manifest();
     parent::__construct();
     //on va chercher le contenu de la boite noire...
     $this->fetch_managed_datas();
 }
 public function __construct($id = 0)
 {
     $this->id = $id + 0;
     $infos = self::read_manifest();
     $this->informations = $infos['informations'];
     $this->elements_used = $infos['elements_used'];
     parent::__construct();
     //on va chercher le contenu de la boite noire...
     $this->fetch_managed_datas();
 }
 public function __construct($id = 0)
 {
     $this->id = $id + 0;
     parent::__construct();
 }