Programming Language PHP

Namespace v5\Common

Class ValidatorRunner

Total Examples 1

1 code examples of PHP v5\Common\ValidatorRunner extracted from open source projects

Was this example useful?
0
                                                    protected function bulkValidateEnvelope($data)
    {
        return ValidatorRunner::runValidation(
            $data,
            $this->getBulkEnvelopeValidationRules(),
            $this->getBulkEnvelopeValidationMessages()
        );
    }
                                            
ValidatorRunner's Other Methods
ValidatorRunner's Other Methods