We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e58160 commit c51862eCopy full SHA for c51862e
1 file changed
Atomx/Resources/Profile.php
@@ -85,4 +85,10 @@ public function setDomainAttributeTargeting($action, $attributes)
85
$this->domain_attributes_filter = $attributes;
86
$this->domain_attributes_filter_action = strtoupper($action);
87
}
88
+
89
+ public function setConnectionTypeTargeting($action, $types)
90
+ {
91
+ $this->connection_types_filter = $types;
92
+ $this->connection_types_filter_action = strtoupper($action);
93
+ }
94
0 commit comments