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