beginOffset = $beginOffset; } public function getBeginOffset() { return $this->beginOffset; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } }