Interfaces, Classes and Traits
- IUpdateScript
Table of Contents
-
VERSION
= '1.1'
-
$database
: mixed
-
__construct()
: mixed
-
doUpdate()
: bool
-
getDescriptions()
: string
-
getVersion()
: string
-
updateDB()
: bool
-
updateFiles()
: bool
VERSION
private
mixed
VERSION
= '1.1'
$database
private
mixed
$database
__construct()
public
__construct(Explorer $database) : mixed
Parameters
-
$database
: Explorer
-
Return values
mixed
—
doUpdate()
public
doUpdate() : bool
Return values
bool
—
getDescriptions()
public
getDescriptions() : string
Return values
string
—
getVersion()
public
getVersion() : string
Return values
string
—
updateDB()
public
updateDB() : bool
Return values
bool
—
updateFiles()
public
updateFiles() : bool
Return values
bool
—