Open Journal Systems
3.3.0
swordappresponse.php
1
<?php
2
3
require_once(
"swordappentry.php"
);
4
5
class
SWORDAPPResponse
extends
SWORDAPPEntry
{
6
7
// Construct a new deposit response by passing in the http status code
8
function
__construct
($sac_newstatus, $sac_thexml) {
9
// Call the super constructor
10
parent::__construct($sac_newstatus, $sac_thexml);
11
12
}
13
14
}
15
16
?>
SWORDAPPEntry
Definition:
swordappentry.php:6
SWORDAPPResponse\__construct
__construct($sac_newstatus, $sac_thexml)
Definition:
swordappresponse.php:8
SWORDAPPResponse
Definition:
swordappresponse.php:5
plugins
generic
sword
libs
swordappv2
swordappresponse.php
Generated on Fri Aug 28 2020 14:53:45 for Open Journal Systems by
1.8.17