Method |
Description |
|
databaseFinalPgsql ( ) |
Reset the sequence values. |
|
display ( string $template ) : boolean |
Render a template |
|
enumerateDrivers ( ) : array |
This method is where we will detect and enumerate all of our supported
drivers. |
|
fastFinish ( array $post ) : array |
|
|
finalConfigCabins ( Twig_Environment $twig ) : string |
Get the data for the cabins.json file |
|
finalConfigDatabases ( Twig_Environment $twig ) : string |
Get the data for the databases.json file |
|
finalConfigUniversal ( Twig_Environment $twig ) : string |
Get the data for the universal.json file |
|
finalConfiguration ( ) |
Save all of the necessary configuration files |
|
finalDatabasePrimary ( ) : Database |
Get the primary database (part of the finalize process) |
|
finalDatabaseSetup ( ) |
Set up the database tables, views, etc. |
|
finalDefaultPages ( ) |
Create the default pages (about, contact). |
|
finalProcessAdminAccount ( ) |
Create the admin user account |
|
finalShutdown ( ) |
The last phase of the installer |
|
finalize ( array $post = [] ) |
Finalize the install process |
|
isHTTPS ( ) : boolean |
|
|
post ( boolean $ignoreCSRFToken = false ) : array | boolean |
Grab post data, but only if the CSRF token is valid |
|
processAdminAccount ( array $post = [] ) |
Store your admin account credentials. |
|
processCabins ( array $post = [] ) |
Store our database configuration information, then proceed to step 2. |
|
processConfig ( array $post = [] ) |
Store our database configuration information, then proceed to step 2. |
|
processDatabase ( array $post = [] ) |
Store our database configuration information, then proceed to step 2. |
|
testForTor ( ) |
This will attempt to connect to a Tor Hidden Service, to see if Tor is
available for use. |
|