PHP 클래스 eZ\Publish\Core\REST\Server\Exceptions\ContentFieldValidationException

상속: extends BadRequestException
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$errors eZ\Publish\Core\FieldType\ValidationError[] Contains an array of field ValidationError objects indexed with FieldDefinition id and language code.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException $e )
getFieldErrors ( ) : ValidationError[] Returns an array of field validation error messages.

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException $e )
$e eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException

getFieldErrors() 공개 메소드

Returns an array of field validation error messages.
public getFieldErrors ( ) : ValidationError[]
리턴 eZ\Publish\Core\FieldType\ValidationError[]

프로퍼티 상세

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

Contains an array of field ValidationError objects indexed with FieldDefinition id and language code.
또한 보기: eZ\Publish\Core\Base\Exceptions\ContentFieldValidationException
protected ValidationError[],eZ\Publish\Core\FieldType $errors
리턴 eZ\Publish\Core\FieldType\ValidationError[]