public function fulfilled(kEventScope $scope) { $this->field->setScope($scope); return $this->field->getValue(); }
protected function internalFulfilled(kScope $scope) { $this->field->setScope($scope); return $this->field->getValue(); }