PHP Class Neomerx\JsonApi\Document\Link

Inheritance: implements Neomerx\JsonApi\Contracts\Document\LinkInterface
Afficher le fichier Open project: neomerx/json-api

Méthodes publiques

Méthode Description
__construct ( string $subHref, mixed $meta = null, boolean $treatAsHref = false )
getMeta ( )
getSubHref ( )
isTreatAsHref ( )

Method Details

__construct() public méthode

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 méthode

public getMeta ( )

getSubHref() public méthode

public getSubHref ( )

isTreatAsHref() public méthode

public isTreatAsHref ( )