Akeneo\Component\SpreadsheetParser\Xlsx\RowIterator::getValue PHP Method

getValue() protected method

Returns a normalized attribute value
protected getValue ( string $value ) : string
$value string
return string
    protected function getValue($value)
    {
        return null === $value ? '' : $value;
    }