%s', htmlentities($tokenTag->getText())); } public function getName(): string { return 'code'; } public function getOriginalText(TokenTag $tokenTag): string { return "[{$this->getName()}]{$tokenTag->getText()}[/{$this->getName()}"; } }