Ecg\Magniffer\Inspector\Xml::parse PHP Method

parse() public method

public parse ( ) : Inspector
return Ecg\Magniffer\Inspector
    public function parse()
    {
        $this->dom->loadXML(file_get_contents($this->file->getRealPath()));
        return $this;
    }