Bluz\Validator\Rule\Between::getTemplate PHP Метод

getTemplate() публичный Метод

Get error template
public getTemplate ( ) : string
Результат string
    public function getTemplate()
    {
        return __('{{name}} must be between %1 and %2', $this->minValue, $this->maxValue);
    }