PHP Class Neomerx\JsonApi\Document\Error

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

Méthodes publiques

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

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

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

public getCode ( )

getDetail() public méthode

public getDetail ( )

getId() public méthode

public getId ( )

getMeta() public méthode

public getMeta ( )

getSource() public méthode

public getSource ( )

getStatus() public méthode

public getStatus ( )

getTitle() public méthode

public getTitle ( )