FluentDOM\Nodes\Creator::__clone PHP Method

__clone() public method

If the creator is cloned, a clone of the dom document is needed, too.
public __clone ( )
    public function __clone()
    {
        $this->_document = clone $this->_document;
    }