|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| _addErrorMessage ($msg) | |
| execute (&$controller, &$xoopsUser) | |
| _fetchZipSmilesImages (&$files, &$smilesimages) | |
| _fetchTarSmilesImages (&$files, &$smilesimages) | |
| _saveSmilesImages (&$smilesimages) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| hasPermission (&$controller, &$xoopsUser) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mActionForm = null | |
| $mErrorMessages = [] | |
| $mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 18 of file SmilesUploadAction.class.php.
| _addErrorMessage | ( | $msg | ) |
Definition at line 35 of file SmilesUploadAction.class.php.
| _fetchTarSmilesImages | ( | & | $files, |
| & | $smilesimages ) |
Definition at line 106 of file SmilesUploadAction.class.php.
| _fetchZipSmilesImages | ( | & | $files, |
| & | $smilesimages ) |
Definition at line 91 of file SmilesUploadAction.class.php.
| _saveSmilesImages | ( | & | $smilesimages | ) |
Definition at line 121 of file SmilesUploadAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 40 of file SmilesUploadAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 188 of file SmilesUploadAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 178 of file SmilesUploadAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 167 of file SmilesUploadAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 173 of file SmilesUploadAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 30 of file SmilesUploadAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 24 of file SmilesUploadAction.class.php.
| $mActionForm = null |
Definition at line 20 of file SmilesUploadAction.class.php.
| $mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] |
Definition at line 22 of file SmilesUploadAction.class.php.
| $mErrorMessages = [] |
Definition at line 21 of file SmilesUploadAction.class.php.