Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Neomerx
JsonApi
Document
Link
PHP Class Neomerx\JsonApi\Document\Link
Inheritance:
implements
Neomerx\JsonApi\Contracts\Document\LinkInterface
显示文件
Open project: neomerx/json-api
Public Methods
Method
Description
__construct
(
string
$subHref
,
mixed
$meta
= null,
boolean
$treatAsHref
= false )
getMeta
( )
getSubHref
( )
isTreatAsHref
( )
Method Details
__construct()
public
method
public
__construct
(
string
$subHref
,
mixed
$meta
= null,
boolean
$treatAsHref
= false )
$subHref
string
$meta
mixed
$treatAsHref
boolean
If $subHref is a full URL and must not be concatenated with other URLs.
getMeta()
public
method
public
getMeta
( )
getSubHref()
public
method
public
getSubHref
( )
isTreatAsHref()
public
method
public
isTreatAsHref
( )