paf
1
(dev question)
Hi,
I have an object of the Class ArticleGalley (representing a pdf galley). How can I
- get the corresponding Article?
- the real File Path of the Galleyfile?
Best, P.
The ArticleGalley
extends ArticleFile
. See ArticleFile::getArticleId()
and ArticleFile::getFilePath()
.