PHP 클래스 eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage

상속: extends eZ\Publish\Core\REST\Common\Input\BaseParser
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$errorCodeMapping array Mapping of error codes to the respective exception classes.

공개 메소드들

메소드 설명
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : Exception | ErrorMessage Parse input structure.

메소드 상세

parse() 공개 메소드

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : Exception | ErrorMessage
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
리턴 Exception | eZ\Publish\Core\REST\Client\Values\ErrorMessage

프로퍼티 상세

$errorCodeMapping 보호되어 있는 프로퍼티

Mapping of error codes to the respective exception classes.
protected array $errorCodeMapping
리턴 array