PHP 클래스 Sulu\Component\Rest\Exception\ConstraintViolationException

상속: extends RestException
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$entity string
$field string
$type string

공개 메소드들

메소드 설명
__construct ( string $field, $entity, $type, $code )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $field, $entity, $type, $code )
$field string

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

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

protected string $entity
리턴 string

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

protected string $field
리턴 string

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

protected string $type
리턴 string