Installer
class Installer (View source)
Constants
DEFAULT_STARTING_POINT |
The default starting point handle. |
Properties
protected Application | $application | The application instance. |
|
protected InstallerOptions | $options | The options to be used by the installer. |
Methods
getOptions()
Get the options to be used by the installer.
$this
checkOptions()
No description
array|null
getDefaultConnectionConfiguration()
No description
checkConnection(DateTimeZone $serverTimeZone = null)
Check if the database connection is correctly configured.
getStartingPoint(bool $fallbackToDefault)
Get the StartingPointPackage instance.
checkCanonicalUrls()
Check that the canonical URLs are well formatted.
Details
__construct(Application $application, InstallerOptions $options)
Initialize the instance.
InstallerOptions
getOptions()
Get the options to be used by the installer.
$this
setOptions(InstallerOptions $value)
Set the options to be used by the installer.
ErrorList
checkOptions()
No description
private array|null
getDefaultConnectionConfiguration()
No description
protected
checkConnection(DateTimeZone $serverTimeZone = null)
Check if the database connection is correctly configured.
StartingPointPackage
getStartingPoint(bool $fallbackToDefault)
Get the StartingPointPackage instance.
protected
checkCanonicalUrls()
Check that the canonical URLs are well formatted.