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

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


limb3_2007_3: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_3/en/architecture/lmb_command_processing_filter.txt · Последние изменения: 2010/11/10 10:02 (внешнее изменение)