PHP 클래스 Elcodi\Admin\ProductBundle\Validation\MinimumMoneyValidator

상속: extends Symfony\Component\Validator\ConstraintValidator
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
validate ( Elcodi\Component\Currency\Entity\Money $value, Constraint $constraint ) : null Validates the value to be greater or equal than the constraint value.

메소드 상세

validate() 공개 메소드

Validates the value to be greater or equal than the constraint value.
public validate ( Elcodi\Component\Currency\Entity\Money $value, Constraint $constraint ) : null
$value Elcodi\Component\Currency\Entity\Money Value
$constraint Symfony\Component\Validator\Constraint Constraint
리턴 null