FluentDOM\Transformer\JSONx::__construct PHP 메소드

__construct() 공개 메소드

Import a DOM document and use the JsonDOM rules to convert it into JSONx.
public __construct ( DOMDocument $document )
$document DOMDocument
    public function __construct(\DOMDocument $document)
    {
        $this->_document = $document;
    }