예제 #1
0
 /**
  * Constructor for single uploader block
  */
 public function __construct()
 {
     parent::__construct();
     $this->getUploaderConfig()->setSingleFile(true);
     $this->getButtonConfig()->setSingleFile(true);
 }