*/ public function getScopeForbiddenAttributeList(string $scope, string $action, string $thresholdLevel): array; /** * Get a list of forbidden fields for a scope and action. * * @param $scope A scope. * $param $action An action. * @param $thresholdLevel An attribute will be treated as forbidden if the level is * equal to or lower than the threshold. * @return array */ public function getScopeForbiddenFieldList(string $scope, string $action, string $thresholdLevel): array; }