/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Private File Upload');
     $this->_required = true;
     $this->set('location', 'sidebar');
     $this->set('required', 'no');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Image Upload');
 }
 public function __construct(&$parent)
 {
     parent::__construct($parent);
     $this->_name = __('Multilingual File Upload');
 }