public function __construct()
 {
     $this->has_custom_options = true;
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     $this->has_custom_options = false;
     $this->has_preview = false;
     parent::__construct();
 }