Akeneo\Component\SpreadsheetParser\Xlsx\RowIterator::getValue PHP Méthode

getValue() protected méthode

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