34 $targetGetter = $this->targetGetter;
35 $target = $targetGetter ? $targetGetter($this) :
null;
37 if ($this->actionToDo instanceof GlobalAction)
39 return $this->canDoGlobalAction($this->actionToDo, $target);
42 return $this->canDoAction($this->actionToDo, $target);