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 __construct( string $template = 'default' ): mixed | ||
| $template | string | |
public function __construct(
#[Required(message: 'A code template must be selected.')]
#[TemplateRule]
protected string $template = 'default',
) {
}
| public abstract static getAttributeLabels( ): array<string, string> |
public static function getAttributeLabels(): array;
| public abstract static getAttributes( ): list<string> |
public static function getAttributes(): array;
Signup or Login in order to comment.