Ecg\Magniffer\Inspector\Xml::parse PHP 메소드

parse() 공개 메소드

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