◆ get()
Returns current schema version.
- Parameters
-
string | $branch | schema branch (optional) |
- Returns
- int schema version
Implemented in DBSchemaVersion.
◆ getAllBranches()
Retrieve all branches of this schema.
- Returns
- array all schema branches
Implemented in DBSchemaVersion.
◆ getBranch()
Retrieve the branch of this schema.
- Returns
- string schema branch
Implemented in DBSchemaVersion.
◆ set()
set |
( |
|
$version, |
|
|
|
$branch = 0 |
|
) |
| |
Sets the new schema version.
- Parameters
-
int | $version | new schema version |
string | $branch | schema branch (optional) |
Implemented in DBSchemaVersion.
The documentation for this interface was generated from the following file: