PHP Класс Neomerx\JsonApi\Document\Error

Наследование: implements Neomerx\JsonApi\Contracts\Document\ErrorInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )

Приватные методы

Метод Описание
checkCode ( integer | string | null $code )
checkDetail ( string | null $detail )
checkIdx ( integer | string | null $idx )
checkStatus ( integer | string | null $status )
checkTitle ( string | null $title )

Описание методов

__construct() публичный Метод

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

getDetail() публичный Метод

public getDetail ( )

getId() публичный Метод

public getId ( )

getMeta() публичный Метод

public getMeta ( )

getSource() публичный Метод

public getSource ( )

getStatus() публичный Метод

public getStatus ( )

getTitle() публичный Метод

public getTitle ( )