generateLabels() public method
Generates the attribute labels for the specified table.
| public array generateLabels ( $table ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table schema |
| return | array |
The generated attribute labels (name => label) |
generateLabels() public method
Generates the attribute labels for the specified table.
| public array generateLabels ( $table ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table schema |
| return | array |
The generated attribute labels (name => label) |
Please login to continue.