_data = $data; $this->_allowTags = $allow_tags; return htmlspecialchars(strip_tags($this->_data, $this->_allowTags)); } }