Exemplo n.º 1
0
 /**
  * Method to reset the indexer state.
  *
  * @return  void
  *
  * @since   2.5
  */
 public static function resetState()
 {
     // Reset the internal state to null.
     self::$state = null;
     // Reset the session state to null.
     $session = JFactory::getSession();
     $session->set('_finder.state', null);
 }