Exemplo n.º 1
0
 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();
 }