|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Installer | |
| $actions | |
| $configContents | |
| $currentVersion | |
| $dataXMLParser | |
| $dbconn | |
| $descriptor | |
| $errorMsg | |
| $errorType | |
| $installedLocales | |
| $isPlugin | |
| $locale | |
| $logger | |
| $migrations = [] | |
| $newVersion | |
| $notes | |
| $params | |
| $sql | |
| $wroteConfig | |
Perform system installation.
This script will:
Definition at line 28 of file Install.inc.php.
| Install::__construct | ( | $params, | |
$descriptor = 'install.xml', |
|||
$isPlugin = false |
|||
| ) |
Constructor.
| $params | array installer parameters |
| $descriptor | string descriptor path |
| $isPlugin | boolean true iff a plugin is being installed |
Reimplemented from PKPInstall.
Definition at line 37 of file Install.inc.php.
References Installer\$descriptor, Installer\$isPlugin, and Installer\$params.
| Install::createData | ( | ) |
Create initial required data.
Reimplemented from PKPInstall.
Definition at line 59 of file Install.inc.php.
| Install::getCreateDirectories | ( | ) |
Get the names of the directories to create.
Reimplemented from PKPInstall.
Definition at line 49 of file Install.inc.php.