Open Journal Systems  3.3.0
swordappresponse.php
1 <?php
2 
3 require_once("swordappentry.php");
4 
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