diff --git a/Classes/PDFMerger.php b/Classes/PDFMerger.php index 1161bb9..49a1ae1 100755 --- a/Classes/PDFMerger.php +++ b/Classes/PDFMerger.php @@ -62,6 +62,15 @@ public function addPDF($filepath, $pages = 'all') return $this; } + /** + * Get included files list + * @return array + */ + public function getFiles() + { + return $this->_files; + } + /** * Merges your provided PDFs and outputs to specified location. * @param $outputmode