コード例 #1
0
ファイル: Command.php プロジェクト: sinkdb/events
 public function loadContext(CommandContext $context)
 {
     $context->unsetParam('module');
     $context->unsetParam('action');
     $this->context = $context;
 }