Exemplo n.º 1
0
 /**
  * Append to the list of stylesheets to be included
  *
  * @param mixed $p_mStylesheet This can be an existing array of stylesheets or a string.
  * @return void
  */
 protected function addStylesheet($p_mStylesheet)
 {
     $this->_view->addStylesheet($p_mStylesheet);
 }
Exemplo n.º 2
0
 /**
  * Append to the list of stylesheets to be included
  *
  * @param mixed $p_mStylesheet This can be an existing array of stylesheets or a string.
  * @return void
  */
 protected function addStylesheet($p_mStylesheet)
 {
     $this->_view->addStylesheet(func_get_args());
 }