move pdf download to pdf models, use different (changeable) filenames for every document

This commit is contained in:
2020-06-04 10:31:38 +02:00
parent 6a931daa70
commit ccb8ffe403
11 changed files with 122 additions and 44 deletions

View File

@ -30,4 +30,9 @@ interface pdfdocumentsOrderInterface extends pdfdocumentsGenericInterface
* @return Order
*/
public function getOrder();
/**
* @return string
*/
public function getTypeForFilename();
}