[OJS 2.4] Dev Question: how to use class ArticleGalley

(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().

Cool, thanks a lot!!