Skip to content

Commit c51862e

Browse files
committed
Connection type targeting
1 parent 7e58160 commit c51862e

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
@@ -85,4 +85,10 @@ public function setDomainAttributeTargeting($action, $attributes)
8585
$this->domain_attributes_filter = $attributes;
8686
$this->domain_attributes_filter_action = strtoupper($action);
8787
}
88+
89+
public function setConnectionTypeTargeting($action, $types)
90+
{
91+
$this->connection_types_filter = $types;
92+
$this->connection_types_filter_action = strtoupper($action);
93+
}
8894
}

0 commit comments

Comments
 (0)