Enables or disables tokens registration in the token array
bool $enable True to enable token registration, false to disable it:
$this
public function enableTokenRegistration($enable = true) { $this->registerTokens = $enable; return $this; }