Perform system installation. More...
Public Member Functions | |
| createData () | |
| getCreateDirectories () | |
| Install ($params, $descriptor= 'install.xml', $isPlugin=false) | |
Perform system installation.
This script will:
Definition at line 27 of file Install.inc.php.
| Install.createData | ( | ) |
Create initial required data.
Definition at line 58 of file Install.inc.php.
References Validation.encryptCredentials().
| Install.getCreateDirectories | ( | ) |
Get the names of the directories to create.
Definition at line 48 of file Install.inc.php.
| Install.Install | ( | $ | params, | |
| $ | descriptor = 'install.xml', |
|||
| $ | isPlugin = false | |||
| ) |
Constructor.
| $params | array installer parameters | |
| $descriptor | string descriptor path | |
| $isPlugin | boolean true iff a plugin is being installed |
Definition at line 36 of file Install.inc.php.
1.7.1