Overtrue\Validation\Validator::getCustomValues PHP Method

getCustomValues() public method

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