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