Abstract Class Yiisoft\Yii\Gii\Generator\AbstractGeneratorCommand
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $template | string | Yiisoft\Yii\Gii\Generator\AbstractGeneratorCommand |
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;
Signup or Login in order to comment.