Ejemplo n.º 1
0
 /**
  * Method for hiding a message
  *
  * @return	void
  */
 function hideMsg()
 {
     jexit(JSNUtilsMessage::hideMessage(JFactory::getApplication()->input->getInt('msgId')));
 }
Ejemplo n.º 2
0
 /**
  * Method for hiding a message
  *
  * @return  void
  */
 function hideMsg()
 {
     jexit(JSNUtilsMessage::hideMessage($this->input->getInt('msgId')));
 }