Abstract Class Yiisoft\Yii\Gii\Generator\AbstractGeneratorCommand
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $template | string | Yiisoft\ |
Public Methods
Property Details
Method Details
| public mixed __construct ( string $template = 'default' ) | ||
| $template | string | |
public function __construct(
#[Required(message: 'A code template must be selected.')]
#[TemplateRule]
protected string $template = 'default',
) {}
| public abstract static array |
public static function getAttributeLabels(): array;
| public abstract static list |
public static function getAttributes(): array;
| public abstract static array |
public static function getHints(): array;
User Contributed Notes
Leave a comment
Join the conversation to share a note.