Example #1
0
 /**
  * Adds an item to the view's header. This item will then be automatically printed out before the <body> section of the page
  *
  * @param string $item
  * @return void
  */
 public function addHeaderItem($item)
 {
     return parent::addHeaderItem($item);
 }