PHP 클래스 Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity

저자: Benjamin Eberlei ([email protected])
상속: extends Symfony\Component\Validator\Constraint
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$em
$fields
$message

공개 메소드들

메소드 설명
getDefaultOption ( )
getRequiredOptions ( )
getTargets ( ) {@inheritDoc}
validatedBy ( ) : string The validator must be defined as a service with this name.

메소드 상세

getDefaultOption() 공개 메소드

public getDefaultOption ( )

getRequiredOptions() 공개 메소드

public getRequiredOptions ( )

getTargets() 공개 메소드

{@inheritDoc}
public getTargets ( )

validatedBy() 공개 메소드

The validator must be defined as a service with this name.
public validatedBy ( ) : string
리턴 string

프로퍼티 상세

$em 공개적으로 프로퍼티

public $em

$fields 공개적으로 프로퍼티

public $fields

$message 공개적으로 프로퍼티

public $message