/**
  * Constructor.
  */
 function PublicationFormat()
 {
     parent::Representation();
 }
Esempio n. 2
0
 /**
  * Constructor.
  */
 function ArticleGalley()
 {
     parent::Representation();
 }