_level = $level; $this->_options = $options; $this->_rawContent = $rawContent; } public function getLevel() { return $this->_level; } public function getOptions() { return $this->_options; } public function getRawContent() { return $this->_rawContent; } }