Interface Yiisoft\Yii\Gii\GiiInterface
| Implemented by | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| addGenerator() | Yiisoft\ |
|
| getGenerator() | Yiisoft\ |
|
| getGenerators() | Yiisoft\ |
Method Details
| public abstract void addGenerator ( Yiisoft\ | ||
| $generator | Yiisoft\ |
|
public function addGenerator(GeneratorInterface $generator): void;
| public abstract Yiisoft\ | ||
| $id | string | |
| throws | Yiisoft\ |
|
|---|---|---|
public function getGenerator(string $id): GeneratorInterface;
| public abstract Yiisoft\ |
public function getGenerators(): array;
User Contributed Notes
Leave a comment
Join the conversation to share a note.