TokenParserInterface[]
public function getTokenParsers() : array { if (!$this->initialized) { $this->initExtensions(); } return $this->parsers; }