eolChar = $eolChar; $this->config = $config; } /** * Creates an array of tokens when given some content. * * @param string $string The string to tokenize. * * @return array> */ protected function tokenize($string) { return []; } /** * Performs additional processing after main tokenizing. * * @return void */ protected function processAdditional() { } }