ZenValidatorConstraint::getMessage PHP 메소드

getMessage() 공개 메소드

Get's the message that was set on the constrctor or falls back to default
public getMessage ( ) : string
리턴 string
    public function getMessage()
    {
        return $this->customMessage ? $this->customMessage : $this->getDefaultMessage();
    }