Interface Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface
| Implemented by | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| addGenerator() | Yiisoft\ |
|
| getGenerators() | Yiisoft\ |
Method Details
| public abstract void addGenerator ( self::STAGE_* $stage, Closure|\ | ||
| $stage | self::STAGE_* | |
| $generator | Closure|\ |
|
public function addGenerator(string $stage, mixed $generator): void;
| public abstract \ | ||
| throws | Yiisoft\ |
|
|---|---|---|
public function getGenerators(): array;
User Contributed Notes
Leave a comment
Join the conversation to share a note.