메소드 |
설명 |
|
Unzip ( $file, $path ) : boolean |
Unzip the module file |
|
__construct ( ) |
|
|
addToBuiltForms ( ) |
Get the information about the forms used in the module
and save/update their entries in the database, so that
they can be edited later(if required). |
|
addToBuiltModules ( $module, $form_ids ) |
Get the information about the module
and save/update their entries in the database, so that
they can be edited later(if required). |
|
alterTables ( $form ) |
Alter existing table(s) in DB |
|
copyModule ( $temp_module_dir ) |
Copy the module from temporary folder to modules |
|
createTables ( $form ) |
Create new table(s) in DB |
|
dbMigrate ( ) |
|
|
fixInput ( ) : array |
Fix the input to store in DB |
|
installModule ( $file ) : array |
Install the module |
|
runMigrations ( ) |
|
|
storeMigrationData ( ) |
|
|
uploadModule ( $file ) : array |
Upload the module to server |
|