Stud.IP  trunk Revision
SchemaVersion Interface Reference
Inheritance diagram for SchemaVersion:
Inheritance graph
Collaboration diagram for SchemaVersion:
Collaboration graph

Public Member Functions

 get ()
 
 contains ($version)
 
 add ($version)
 
 remove ($version)
 

Member Function Documentation

◆ add()

add (   $version)

Adds a schema version.

Parameters
int$versionschema version

Implemented in DBSchemaVersion.

◆ contains()

contains (   $version)

Returns whether the given version is already present for the given domain.

Parameters
int$versionVersion number
Returns
bool

Implemented in DBSchemaVersion.

◆ get()

get ( )

Returns current schema version (as maximum number).

Returns
int schema version

Implemented in DBSchemaVersion.

◆ remove()

remove (   $version)

Removes a schema version.

Parameters
int$versionschema version

Implemented in DBSchemaVersion.


The documentation for this interface was generated from the following file: