public function getFieldValue(kScope $scope) { $this->field->setScope($scope); return $this->field->getValue(); }
public function getFieldValue(accessControl $accessControl) { $this->field->setScope($accessControl->getScope()); return $this->field->getValue(); }