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