Exemplo n.º 1
0
 /**
  * This method is called after {@link XOAD_Server::notifyObservers}
  * is called.
  *
  * @access	public
  *
  * @return	bool	Always true.
  *
  */
 public function updateObserver($event, $arguments)
 {
     if ($event == 'dispatchLeave') {
         if (array_key_exists('returnValue', $arguments['response'])) {
             $arguments['response']['html'] = XOAD_HTML::process();
         }
     }
     return true;
 }