v0

Default implementation of a migration for Hubleto project.

\Hubleto\Framework\Migration

Implements \Hubleto\Framework\Interfaces\MigrationInterface
Abstract* This class is an **Abstract class**

Properties

 
### ☍ db ```php protected \Hubleto\Framework\Interfaces\DbInterface $db ```
 
### ☍ model ```php protected \Hubleto\Framework\Interfaces\ModelInterface $model ```

Methods

ƒ __construct

public __construct(\Hubleto\Framework\Interfaces\DbInterface $db, \Hubleto\Framework\Interfaces\ModelInterface $model): mixed

Parameters

Parameter Type Description
$db \Hubleto\Framework\Interfaces\DbInterface
$model \Hubleto\Framework\Interfaces\ModelInterface
www.hubleto.eu | Found a bug or missing something? Report an issue via GitHub.