Skip to content

Commit 198c816

Browse files
committed
Added domain attributes filter
1 parent 28e414d commit 198c816

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Atomx/Resources/Profile.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,10 @@ public function setRequestAttributeTargeting($action, $attributes)
7979
$this->request_attributes_filter = $attributes;
8080
$this->request_attributes_filter_action = strtoupper($action);
8181
}
82+
83+
public function setDomainAttributeTargeting($action, $attributes)
84+
{
85+
$this->domain_attributes_filter = $attributes;
86+
$this->domain_attributes_filter_action = strtoupper($action);
87+
}
8288
}

0 commit comments

Comments
 (0)