Esempio n. 1
0
 function __construct($core, $infotype, $infoname, $data_type = "")
 {
     $this->infotype = $infotype;
     $this->infoname = $infoname;
     $this->data_type = $data_type;
     parent::__construct($core);
 }