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

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

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