Инструменты пользователя

Инструменты сайта


limb3_2007_2:en:architecture:lmb_command_processing_filter

lmbCommandProcessingFilter

lmbCommandProcessingFilter executes a lmbCommand according to the requested lmbService and Action.

class lmbCommandProcessingFilter implements lmbInterceptingFilter
{
  public function run($filter_chain)
  {
    $dispatched = lmbToolkit :: instance()->getDispatchedRequest();
    if(!is_object($dispatched))
      throw new lmbException('Request is not dispatched yet! lmbDispatchedRequest not found in lmbToolkit!');
 
    $command = $dispatched->getActionCommand();
    $command->perform();
 
    $filter_chain->next();
  }
}

UML Static structure

}

lmbDispatchedRequest

Обсуждение

Ваш комментарий. Вики-синтаксис разрешён:
  _____   _  __   ___    __  __  __
 / ___/  | |/_/  / _ )  / /  \ \/ /
/ (_ /  _>  <   / _  | / /__  \  / 
\___/  /_/|_|  /____/ /____/  /_/
 
limb3_2007_2/en/architecture/lmb_command_processing_filter.txt · Последние изменения: 2010/11/10 10:02 (внешнее изменение)