Interface Yiisoft\Db\Migration\Informer\MigrationInformerInterface
| Implemented by | Yiisoft\ |
|---|
Handles migration process informational messages.
Public Methods
Method Details
| public abstract void beginCommand ( string $message ) | ||
| $message | string | |
public function beginCommand(string $message): void;
| public abstract void beginCreateHistoryTable ( string $message ) | ||
| $message | string | |
public function beginCreateHistoryTable(string $message): void;
| public abstract void endCommand ( string $message ) | ||
| $message | string | |
public function endCommand(string $message): void;
| public abstract void endCreateHistoryTable ( string $message ) | ||
| $message | string | |
public function endCreateHistoryTable(string $message): void;
User Contributed Notes
Leave a comment
Join the conversation to share a note.