[], 'type' => null, ]; public function header(array $headers) { $this->addVariables([ 'headers' => $headers, ]); return $this; } public function type($type) { $this->addVariables(['type' => $type]); return $this; } }