示例#1
0
 /**
  * Constructor.
  */
 function PKPAuthor()
 {
     parent::Identity();
 }
示例#2
0
 /**
  * Constructor
  */
 function PKPUser()
 {
     parent::Identity();
 }