PHP 클래스 Sulu\Bundle\TagBundle\Controller\Exception\ConstraintViolationException

상속: extends Sulu\Component\Rest\Exception\RestException
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$field string The field of the tag which is not unique.

공개 메소드들

메소드 설명
__construct ( string $message, string $field, integer $code )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $message, string $field, integer $code )
$message string The error message
$field string The field which is not
$code integer

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

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

The field of the tag which is not unique.
protected string $field
리턴 string