We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e414d commit 198c816Copy full SHA for 198c816
1 file changed
Atomx/Resources/Profile.php
@@ -79,4 +79,10 @@ public function setRequestAttributeTargeting($action, $attributes)
79
$this->request_attributes_filter = $attributes;
80
$this->request_attributes_filter_action = strtoupper($action);
81
}
82
+
83
+ public function setDomainAttributeTargeting($action, $attributes)
84
+ {
85
+ $this->domain_attributes_filter = $attributes;
86
+ $this->domain_attributes_filter_action = strtoupper($action);
87
+ }
88
0 commit comments