Returns true if the helper if defined.
public function has(string $name) : bool { return isset($this->helpers[$name]); }