1 code examples of PHP v5\Common\ValidatorRunner extracted from open source projects
protected function bulkValidateEnvelope($data)
{
return ValidatorRunner::runValidation(
$data,
$this->getBulkEnvelopeValidationRules(),
$this->getBulkEnvelopeValidationMessages()
);
}