close() public method

Close the current opened XML file and reset internals
public close ( ) : RDFParser
return RDFParser
Ejemplo n.º 1
0
 /**
  * @covers PHPExiftool\RDFParser::close
  */
 public function testClose()
 {
     $this->object->close();
 }