PHP 클래스 Neomerx\JsonApi\Document\Link

상속: implements Neomerx\JsonApi\Contracts\Document\LinkInterface
파일 보기 프로젝트 열기: neomerx/json-api

공개 메소드들

메소드 설명
__construct ( string $subHref, mixed $meta = null, boolean $treatAsHref = false )
getMeta ( )
getSubHref ( )
isTreatAsHref ( )

메소드 상세

__construct() 공개 메소드

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 getMeta ( )

getSubHref() 공개 메소드

public getSubHref ( )

isTreatAsHref() 공개 메소드

public isTreatAsHref ( )