[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
lib
/
swordappv2
/
[
Home
]
File: swordappresponse.php
<?php require_once("swordappentry.php"); class SWORDAPPResponse extends SWORDAPPEntry { // Construct a new deposit response by passing in the http status code function __construct($sac_newstatus, $sac_thexml) { // Call the super constructor parent::__construct($sac_newstatus, $sac_thexml); } } ?>