@@ 463-465 (lines=3) @@ | ||
460 | } |
|
461 | } else { |
|
462 | $cols = static::cols(); |
|
463 | if (!empty(static::$labels[$info['col']])) { |
|
464 | $info['label'] = static::$labels[$info['col']]; |
|
465 | } |
|
466 | ||
467 | if (isset(static::$cols[$info['col']])) { |
|
468 | $info['colParams'] = static::$cols[$info['col']]; |
|
@@ 479-481 (lines=3) @@ | ||
476 | } |
|
477 | $info['modelName'] = get_called_class(); |
|
478 | } |
|
479 | if (!empty(static::$labels[$info['rawCol']])) { |
|
480 | $info['label'] = static::$labels[$info['rawCol']]; |
|
481 | } |
|
482 | return $info; |
|
483 | } |
|
484 |