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

getCustomValues() 공개 메소드

Get the custom values for the validator.
public getCustomValues ( ) : array
리턴 array
    public function getCustomValues()
    {
        return $this->customValues;
    }
Validator