Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->opt_key = $this->add_prefix($this->opt_key);
     $this->action_save = $this->add_prefix($this->action_save);
     $this->media = new FVRT_Media();
     $this->register_hooks();
 }
Esempio n. 2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->init_vars();
 }