/**
  * Constructor.
  */
 function PublicationFormat()
 {
     parent::Representation();
 }
示例#2
0
 /**
  * Constructor.
  */
 function ArticleGalley()
 {
     parent::Representation();
 }