parser = $parser; $this->text = $text; } /** * Parse the prepared text from stored parser * * @return void */ abstract public function parse(); }