DatabaseTimeZone
class DatabaseTimeZone implements ConnectionOptionsPreconditionInterface (View source)
Properties
protected Application | $application | ||
protected InstallerOptions|null | $installerOptions | ||
protected Connection|null | $connection |
Methods
string
getName()
Get the precondition name.
string
getUniqueIdentifier()
Get the precondition handle.
bool
isOptional()
Is this an optional precondition?
$this
$this
performCheck()
Get the precondition result.
Details
__construct(Application $application)
Initialize the instance.
string
getName()
Get the precondition name.
string
getUniqueIdentifier()
Get the precondition handle.
bool
isOptional()
Is this an optional precondition?
$this
setInstallerOptions(InstallerOptions $installerOptions)
Set the installer options to be checked.
$this
setConnection(Connection $connection)
Set the connection to the database.
PreconditionResult
performCheck()
Get the precondition result.