PHP Interface Neomerx\JsonApi\Contracts\Document\LinkInterface

Afficher le fichier Open project: neomerx/json-api Interface Usage Examples

Méthodes publiques

Méthode Description
getMeta ( ) : array | object | null Get meta information.
getSubHref ( ) : string Get 'href' (URL) value.
isTreatAsHref ( ) : boolean If $subHref is a full URL and must not be concatenated with other URLs.

Method Details

getMeta() public méthode

Get meta information.
public getMeta ( ) : array | object | null
Résultat array | object | null

getSubHref() public méthode

Get 'href' (URL) value.
public getSubHref ( ) : string
Résultat string

isTreatAsHref() public méthode

If $subHref is a full URL and must not be concatenated with other URLs.
public isTreatAsHref ( ) : boolean
Résultat boolean