Open Journal Systems
3.3.0
swordapplink.php
1
<?php
2
3
class
SWORDAPPLink
{
4
5
// The 'type' of the link
6
public
$sac_linktype
;
7
8
// The 'rel' of the link
9
public
$sac_linkrel
;
10
11
// The 'href' of the link
12
public
$sac_linkhref
;
13
14
// Construct a new deposit response by passing in the http status code
15
function
__construct
($rel, $href, $type =
''
) {
16
$this->sac_linkrel = $rel;
17
$this->sac_linkhref = $href;
18
$this->sac_linktype = $type;
19
}
20
}
21
22
?>
SWORDAPPLink\$sac_linkhref
$sac_linkhref
Definition:
swordapplink.php:12
SWORDAPPLink\$sac_linktype
$sac_linktype
Definition:
swordapplink.php:6
SWORDAPPLink\$sac_linkrel
$sac_linkrel
Definition:
swordapplink.php:9
SWORDAPPLink\__construct
__construct($rel, $href, $type='')
Definition:
swordapplink.php:15
SWORDAPPLink
Definition:
swordapplink.php:3
plugins
generic
sword
libs
swordappv2
swordapplink.php
Generated on Fri Aug 28 2020 14:53:45 for Open Journal Systems by
1.8.17