Add dummy dynamic segments filters

[MAILPOET-3077]
This commit is contained in:
Rostislav Wolny
2020-09-16 13:06:25 +02:00
committed by Veljko V
parent d18d3b052d
commit d2e46c17ed
7 changed files with 122 additions and 0 deletions

View File

@ -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
*/