Returns the object's parent `Document` object.

Returns

object

Source

						public function parent() {
		return $this->_parent;
	}