Public Member Functions | |
__construct () | |
getPostMaxSize () | |
getUploadMaxSize () | |
getDataMaxSize () |
Definition at line 34 of file Upload.php.
__construct | ( | ) |
Class constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Form.
Definition at line 37 of file Upload.php.
00038 { 00039 parent::__construct(); 00040 $this->setTemplate('system/convert/profile/upload.phtml'); 00041 }
getDataMaxSize | ( | ) |
Definition at line 53 of file Upload.php.
00054 { 00055 return min($this->getPostMaxSize(), $this->getUploadMaxSize()); 00056 }
getPostMaxSize | ( | ) |
getUploadMaxSize | ( | ) |