Add dummy dynamic segments filters
[MAILPOET-3077]
This commit is contained in:
committed by
Veljko V
parent
d18d3b052d
commit
d2e46c17ed
@ -50,6 +50,13 @@ class DynamicSegmentFilterEntity {
|
||||
return $this->filterData;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed|null
|
||||
*/
|
||||
public function getFilterDataParam(string $name) {
|
||||
return $this->filterData[$name] ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
|
Reference in New Issue
Block a user