|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| & | _getHandler () |
| _setupObject () | |
| _setupActionForm () | |
| hasPermission (&$controller, &$xoopsUser) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| prepare (&$controller, &$xoopsUser) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| _addErrorMessage ($msg) | |
| execute (&$controller, &$xoopsUser) | |
| _fetchZipTargetImages (&$files, &$targetimages) | |
| _fetchTarTargetImages (&$files, &$targetimages) | |
| _saveTargetImages (&$targetimages, $t_imgcat_id) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_ImageEditAction | |
| _getId () | |
| isEnableCreate () | |
| _enableCatchImgcat () | |
Public Member Functions inherited from Legacy_ImageCreateAction | |
| _doExecute () | |
| _storeFile () | |
| _storeDB () | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mCategory = null | |
| $mActionForm = null | |
| $mErrorMessages = [] | |
| $mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] | |
Data Fields inherited from Legacy_AbstractEditAction | |
| $mObject = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 22 of file ImageUploadAction.class.php.
| _addErrorMessage | ( | $msg | ) |
Definition at line 36 of file ImageUploadAction.class.php.
| _fetchTarTargetImages | ( | & | $files, |
| & | $targetimages ) |
Definition at line 109 of file ImageUploadAction.class.php.
| _fetchZipTargetImages | ( | & | $files, |
| & | $targetimages ) |
Definition at line 94 of file ImageUploadAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 35 of file ImageUploadAction.class.php.
| _saveTargetImages | ( | & | $targetimages, |
| $t_imgcat_id ) |
Definition at line 124 of file ImageUploadAction.class.php.
| _setupActionForm | ( | ) |
Reimplemented from Legacy_ImageEditAction.
Definition at line 48 of file ImageUploadAction.class.php.
| _setupObject | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 41 of file ImageUploadAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 41 of file ImageUploadAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageEditAction.
Definition at line 236 of file ImageUploadAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 87 of file ImageUploadAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 226 of file ImageUploadAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageEditAction.
Definition at line 72 of file ImageUploadAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageEditAction.
Definition at line 206 of file ImageUploadAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 82 of file ImageUploadAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 221 of file ImageUploadAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_ImageCreateAction.
Definition at line 31 of file ImageUploadAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 54 of file ImageUploadAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 26 of file ImageUploadAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 25 of file ImageUploadAction.class.php.
| $mActionForm = null |
Definition at line 20 of file ImageUploadAction.class.php.
| $mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] |
Definition at line 23 of file ImageUploadAction.class.php.
| $mCategory = null |
Definition at line 24 of file ImageUploadAction.class.php.
| $mErrorMessages = [] |
Definition at line 22 of file ImageUploadAction.class.php.