Interpolator constructor.
string $start_token: The start marker for a token, e.g. '['.
string $end_token: The end marker for a token, e.g. ']'.
public function __construct($start_token = '\\[', $end_token = '\\]') { $this->startToken = $start_token; $this->endToken = $end_token; }