ZenValidatorConstraint::setMessage PHP 메소드

setMessage() 공개 메소드

Set a custom message for this constraint
public setMessage ( string $message ) : this
$message string
리턴 this
    public function setMessage($message)
    {
        $this->customMessage = $message;
        return $this;
    }