get export filename base from profile title
This commit is contained in:
bovenliggende
4739255992
commit
9847ae5edf
@ -98,6 +98,14 @@ abstract class ExportBase implements QueryBase
|
||||
return $renderer->getContent($rows, $fieldnames);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getExportFilenameBase() : string
|
||||
{
|
||||
return $this->getTitle();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $format
|
||||
*
|
||||
|
Laden…
x
Verwijs in nieuw issue
Block a user