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

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


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