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
Get the options to be used by the installer.
Create a new Connection instance using the values specified in the options.
Get the StartingPointPackage instance.
No description
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.
Connection
createConnection()
Create a new Connection instance using the values specified in the options.
StartingPointPackage
getStartingPoint(bool $fallbackToDefault)
Get the StartingPointPackage instance.
checkOptions()
deprecated
deprecated Use the OptionsPreconditionInterface preconditions
No description
private array|null
getDefaultConnectionConfiguration()
No description