Go to the source code of this file.
Namespaces | |
namespace | pragyan |
Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom. | |
Functions | |
processUploaded ($type) | |
finalizeInstallation ($uploadId, $type) | |
handleModuleManagement () | |
deleteModule ($module) | |
installModuleFiles ($from, $to, $module) | |
installModule ($uploadId, $type) | |
checkForModuleIssues ($modulePath, $moduleName, &$issues) | |
actualModulePath ($modulePath) | |
getModuleName ($moduleActualPath) |
actualModulePath | ( | $ | modulePath | ) |
Definition at line 367 of file module.lib.php.
checkForModuleIssues | ( | $ | modulePath, | |
$ | moduleName, | |||
&$ | issues | |||
) |
Definition at line 330 of file module.lib.php.
deleteModule | ( | $ | module | ) |
Definition at line 267 of file module.lib.php.
finalizeInstallation | ( | $ | uploadId, | |
$ | type | |||
) |
Definition at line 81 of file module.lib.php.
getModuleName | ( | $ | moduleActualPath | ) |
Definition at line 382 of file module.lib.php.
handleModuleManagement | ( | ) |
Definition at line 198 of file module.lib.php.
installModule | ( | $ | uploadId, | |
$ | type | |||
) |
Definition at line 303 of file module.lib.php.
installModuleFiles | ( | $ | from, | |
$ | to, | |||
$ | module | |||
) |
Definition at line 295 of file module.lib.php.
processUploaded | ( | $ | type | ) |
Definition at line 17 of file module.lib.php.