| @@ 574-576 (lines=3) @@ | ||
| 571 | } |
|
| 572 | } else { |
|
| 573 | $cols = static::cols(); |
|
| 574 | if (!empty(static::$labels[$info['col']])) { |
|
| 575 | $info['label'] = static::$labels[$info['col']]; |
|
| 576 | } |
|
| 577 | ||
| 578 | if (isset(static::$cols[$info['col']])) { |
|
| 579 | $info['colParams'] = static::$cols[$info['col']]; |
|
| @@ 590-592 (lines=3) @@ | ||
| 587 | } |
|
| 588 | $info['modelName'] = get_called_class(); |
|
| 589 | } |
|
| 590 | if (!empty(static::$labels[$info['rawCol']])) { |
|
| 591 | $info['label'] = static::$labels[$info['rawCol']]; |
|
| 592 | } |
|
| 593 | return $info; |
|
| 594 | } |
|
| 595 | ||