Overtrue\Validation\Validator::getCustomMessages PHP Метод

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

Get the custom messages for the validator.
public getCustomMessages ( ) : array
Результат array
    public function getCustomMessages()
    {
        return $this->customMessages;
    }
Validator