ZMObject
└─ZMInstallationPatch
└─ZMSQLPatch
└─ZMTokenPatch
public class ZMTokenPatch
extends ZMSQLPatch
| Field Summary | |
|---|---|
| mixed | |
| mixed | |
| Method Summary | |
|---|---|
| void | __construct(string id) Create new instance. |
| boolean | isOpen() Checks if this patch can still be applied. |
| boolean | patch(boolean force) Execute this patch. |
| boolean | undo() Revert the patch. |
| Methods inherited from zenmagick.store.admin.installation.patches\ZMSQLPatch | |
|---|---|
| __construct, getGroupId, getPreconditionsMessage | |
| Methods inherited from zenmagick.store.admin.installation\ZMInstallationPatch | |
|---|---|
| __construct, canUndo, dependsOn, getGroupId, getId, getMessages, getPreconditionsMessage, isOpen, isReady, patch, undo | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public mixed $sqlFiles_ = array(...)
public mixed $sqlUndoFiles_ = array(...)
public void __construct(string id)
Create new instance.
public boolean isOpen()
Checks if this patch can still be applied.
true if this patch can still be applied.public boolean patch(boolean force)
Execute this patch.
true it will force patching even if disabled as per settings.true if patching was successful, false if not.public boolean undo()
Revert the patch.
true if patching was successful, false if not.
Patch to create the token service database table.