Include notes in export.

This commit is contained in:
James Cole
2020-06-09 17:40:09 +02:00
parent 1bac3258da
commit 5b829b514f
7 changed files with 115 additions and 3 deletions

View File

@@ -398,6 +398,13 @@ interface GroupCollectorInterface
*/
public function withCategoryInformation(): GroupCollectorInterface;
/**
* Will include notes.
*
* @return GroupCollectorInterface
*/
public function withNotes(): GroupCollectorInterface;
/**
* Add tag info.
*