Add SegmentSubscriberRepository with basic methods
[MAILPOET-3077]
This commit is contained in:
committed by
Veljko V
parent
a1b3677223
commit
231b7eb2a9
@@ -105,4 +105,8 @@ class SegmentEntity {
|
||||
public function getDynamicFilters() {
|
||||
return $this->dynamicFilters;
|
||||
}
|
||||
|
||||
public function isDynamic(): bool {
|
||||
return $this->getType() === self::TYPE_DYNAMIC;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user