Example #1
0
 /**
  * Get raw HTTP headers from the templating system.
  *
  * @param type $templateName
  * @return array
  */
 public function getRawHTTPHeaders($templateName = null)
 {
     if (is_null($templateName)) {
         $templateName = $this->_templateName;
     }
     return $this->_template->getRawHTTPHeaders($templateName);
 }