14 class Wrapline extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
41 parent::__construct($context,
$data);
52 $line = parent::_getValue(
$row);
54 $lineLength = $this->
getColumn()->getData(
59 for (
$i = 0, $n = floor($this->string->strlen($line) / $lineLength);
$i <= $n;
$i++) {
60 $wrappedLine .= $this->
string->substr($line, $lineLength *
$i, $lineLength) .
"<br />";