ZenValidatorConstraint::setMessage PHP Method

setMessage() public method

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