_content; } protected function __construct(\DOMElement $element) { parent::__construct($element); $this->_content = $this->ownerDocument->createDocumentFragment(); Reflection::setProtectedProperties($this->_content, [ 'host' => \WeakReference::create($this) ]); } }