| @@ 580-582 (lines=3) @@ | ||
| 577 | } |
|
| 578 | } else { |
|
| 579 | $cols = static::cols(); |
|
| 580 | if (!empty(static::$labels[$info['col']])) { |
|
| 581 | $info['label'] = static::$labels[$info['col']]; |
|
| 582 | } |
|
| 583 | ||
| 584 | if (isset(static::$cols[$info['col']])) { |
|
| 585 | $info['colParams'] = static::$cols[$info['col']]; |
|
| @@ 596-598 (lines=3) @@ | ||
| 593 | } |
|
| 594 | $info['modelName'] = get_called_class(); |
|
| 595 | } |
|
| 596 | if (!empty(static::$labels[$info['rawCol']])) { |
|
| 597 | $info['label'] = static::$labels[$info['rawCol']]; |
|
| 598 | } |
|
| 599 | return $info; |
|
| 600 | } |
|
| 601 | ||