[ 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: swordapplink.php
<?php class SWORDAPPLink { // The 'type' of the link public $sac_linktype; // The 'rel' of the link public $sac_linkrel; // The 'href' of the link public $sac_linkhref; // Construct a new deposit response by passing in the http status code function __construct($rel, $href, $type = '') { $this->sac_linkrel = $rel; $this->sac_linkhref = $href; $this->sac_linktype = $type; } } ?>