Example #1
0
 /**
  * Constructor.
  */
 function Journal()
 {
     parent::Context();
 }
Example #2
0
 /**
  * Constructor
  */
 function Press()
 {
     parent::Context();
 }
Example #3
0
 /**
  * Constructor
  */
 function SchedConf()
 {
     parent::Context();
 }
Example #4
0
 /**
  * Constructor.
  */
 function Conference()
 {
     parent::Context();
 }