Ejemplo n.º 1
0
 /**
  * Constructor
  */
 function PubIdPlugin()
 {
     parent::PKPPubIdPlugin();
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 /**
  * @copydoc PKPPubIdPlugin::getDAOs()
  */
 function getDAOs()
 {
     return array_merge(parent::getDAOs(), array('Issue' => DAORegistry::getDAO('IssueDAO')));
 }