Overtrue\Validation\Validator::getCustomMessages PHP 메소드

getCustomMessages() 공개 메소드

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