mootensai\enhancedgii\migration\Generator::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), ['migrationPath' => 'Migration Path', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'migrationName' => 'Migration Name', 'migrationTime' => 'Migration Time', 'generateRelations' => 'Generate Relations']);
    }