CyclePlugin
Enables the cycle database driver alias.
Add this class to the plugins config key to write class="cycle" in databases.xml.
Extracts to quioteframework/quiote-cycle unchanged.
Synopsis
Section titled “Synopsis”final class CyclePlugin implements PluginInterface
| Implements | PluginInterface |
| Source | CyclePlugin.php |
Methods
Section titled “Methods”| Method | Description |
|---|---|
register(PluginRegistrar $registrar): void | Registers cycle as a database driver alias for CycleDatabase. |
register()
Section titled “register()”public function register(PluginRegistrar $registrar): void
Registers cycle as a database driver alias for CycleDatabase.
| Parameter | Type | Description |
|---|---|---|
$registrar | PluginRegistrar |