Overtrue\Validation\Validator::getCustomMessages PHP Méthode

getCustomMessages() public méthode

Get the custom messages for the validator.
public getCustomMessages ( ) : array
Résultat array
    public function getCustomMessages()
    {
        return $this->customMessages;
    }
Validator