Akeneo\Component\SpreadsheetParser\Xlsx\AbstractXMLResource::closeXMLReader PHP 메소드

closeXMLReader() 보호된 메소드

Closes the XML reader
protected closeXMLReader ( )
    protected function closeXMLReader()
    {
        $this->xml->close();
        $this->xml = null;
    }