Sonata\Exporter\Source\XmlSourceIterator::tagContent PHP Метод

tagContent() публичный Метод

public tagContent ( $parser, $data )
    public function tagContent($parser, $data)
    {
        if (isset($this->bufferedRow['i_' . $this->currentRowIndex]) && isset($this->bufferedRow['i_' . $this->currentRowIndex][$this->currentColumnIndex])) {
            $this->bufferedRow['i_' . $this->currentRowIndex][$this->currentColumnIndex] .= $data;
        }
    }