Свойство | Тип | Описание | |
---|---|---|---|
$autoSave | boolean | ||
$csrf | |||
$data | array | ||
$db | Database | ||
$twig | Twig_Environment |
Метод | Описание | |
---|---|---|
__construct ( Twig_Environment $twig, array $data = [] ) | Install constructor. | |
__destruct ( ) | Save configuration on destruct | |
currentStep ( ) | This is the landing point for the current step in the installation process. | |
isPasswordWeak ( array $post ) : boolean | Is this password too weak? |
Метод | Описание | |
---|---|---|
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. |
public __construct ( Twig_Environment $twig, array $data = [] ) | ||
$twig | Twig_Environment | |
$data | array |
public currentStep ( ) |
protected enumerateDrivers ( ) : array | ||
Результат | array |
protected fastFinish ( array $post ) : array | ||
$post | array | |
Результат | array |
protected finalConfigCabins ( Twig_Environment $twig ) : string | ||
$twig | Twig_Environment | |
Результат | string |
protected finalConfigDatabases ( Twig_Environment $twig ) : string | ||
$twig | Twig_Environment | |
Результат | string |
protected finalConfigUniversal ( Twig_Environment $twig ) : string | ||
$twig | Twig_Environment | |
Результат | string |
protected finalConfiguration ( ) |
protected finalDatabasePrimary ( ) : Database | ||
Результат | Database |
protected finalDatabaseSetup ( ) |
protected finalDefaultPages ( ) |
protected finalProcessAdminAccount ( ) |
public isPasswordWeak ( array $post ) : boolean | ||
$post | array | |
Результат | boolean |
protected processAdminAccount ( array $post = [] ) | ||
$post | array |
protected processCabins ( array $post = [] ) | ||
$post | array |
protected processConfig ( array $post = [] ) | ||
$post | array |
protected processDatabase ( array $post = [] ) | ||
$post | array |
protected testForTor ( ) |
protected CSRF,Airship\Engine\Security $csrf | ||
Результат |