PHP Class Neomerx\JsonApi\Document\Error

Inheritance: implements Neomerx\JsonApi\Contracts\Document\ErrorInterface
Mostrar archivo Open project: neomerx/json-api

Public Methods

Method Description
__construct ( integer | string | null $idx = null, Neomerx\JsonApi\Contracts\Document\LinkInterface $aboutLink = null, integer | string | null $status = null, integer | string | null $code = null, string | null $title = null, string | null $detail = null, array $source = null, mixed | null $meta = null )
getCode ( )
getDetail ( )
getId ( )
getLinks ( )
getMeta ( )
getSource ( )
getStatus ( )
getTitle ( )

Private Methods

Method Description
checkCode ( integer | string | null $code )
checkDetail ( string | null $detail )
checkIdx ( integer | string | null $idx )
checkStatus ( integer | string | null $status )
checkTitle ( string | null $title )

Method Details

__construct() public method

public __construct ( integer | string | null $idx = null, Neomerx\JsonApi\Contracts\Document\LinkInterface $aboutLink = null, integer | string | null $status = null, integer | string | null $code = null, string | null $title = null, string | null $detail = null, array $source = null, mixed | null $meta = null )
$idx integer | string | null
$aboutLink Neomerx\JsonApi\Contracts\Document\LinkInterface
$status integer | string | null
$code integer | string | null
$title string | null
$detail string | null
$source array
$meta mixed | null

getCode() public method

public getCode ( )

getDetail() public method

public getDetail ( )

getId() public method

public getId ( )

getMeta() public method

public getMeta ( )

getSource() public method

public getSource ( )

getStatus() public method

public getStatus ( )

getTitle() public method

public getTitle ( )