Final Class Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\ |
|
| getSolution() | Yiisoft\ |
Method Details
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return "When you add a generator for the Gii Generator you should specify a value that can be:\n\n"
. "- Name of the class implementing GeneratorInterface.\n"
. "- An object implementing GeneratorInterface.\n"
. '- A function that returns an object implementing GeneratorInterface.';
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.