コード例 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Private File Upload');
     $this->_required = true;
     $this->set('location', 'sidebar');
     $this->set('required', 'no');
 }
コード例 #2
0
ファイル: field.image_upload.php プロジェクト: hotdoy/EDclock
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Image Upload');
 }
コード例 #3
0
 public function __construct(&$parent)
 {
     parent::__construct($parent);
     $this->_name = __('Multilingual File Upload');
 }