PHP 인터페이스 Neomerx\JsonApi\Contracts\Document\LinkInterface

파일 보기 프로젝트 열기: neomerx/json-api 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getMeta() 공개 메소드

Get meta information.
public getMeta ( ) : array | object | null
리턴 array | object | null

getSubHref() 공개 메소드

Get 'href' (URL) value.
public getSubHref ( ) : string
리턴 string

isTreatAsHref() 공개 메소드

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