예제 #1
0
파일: Command.php 프로젝트: sinkdb/events
 public function loadContext(CommandContext $context)
 {
     $context->unsetParam('module');
     $context->unsetParam('action');
     $this->context = $context;
 }