ZenValidatorConstraint::getMessage PHP Méthode

getMessage() public méthode

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