LazyRecord\Exporter\XMLExporter::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $this->dom = new DOMDocument('1.0', 'utf-8');
        $this->root = $this->dom->createElement('export');
        $this->dom->appendChild($this->root);
    }