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