_propDict)) { return $this->_propDict["text"]; } else { return null; } } /** * Sets the text * Value used when configuring the text property at the DNS host. * * @param string $val The text * * @return DomainDnsTxtRecord */ public function setText($val) { $this->_propDict["text"] = $val; return $this; } }