Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
[zendframework/zendframework#1706] Move plugin registration
Browse files Browse the repository at this point in the history
- Removed Zend\I18n\Validator\ValidatorPluginManager
- Added Iban and PostCode validators to Zend\Validator\ValidatorPluginManager
  • Loading branch information
weierophinney committed Jul 3, 2012
1 parent f6a2003 commit 5f04a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@ class ValidatorPluginManager extends AbstractPluginManager
'greaterthan' => 'Zend\Validator\GreaterThan',
'hex' => 'Zend\Validator\Hex',
'hostname' => 'Zend\Validator\Hostname',
'iban' => 'Zend\I18n\Validator\Iban',
'identical' => 'Zend\Validator\Identical',
'inarray' => 'Zend\Validator\InArray',
'int' => 'Zend\Validator\Int',
'ip' => 'Zend\Validator\Ip',
'isbn' => 'Zend\Validator\Isbn',
'lessthan' => 'Zend\Validator\LessThan',
'notempty' => 'Zend\Validator\NotEmpty',
'postcode' => 'Zend\I18n\Validator\PostCode',
'regex' => 'Zend\Validator\Regex',
'sitemapchangefreq' => 'Zend\Validator\Sitemap\Changefreq',
'sitemaplastmod' => 'Zend\Validator\Sitemap\Lastmod',
Expand Down

0 comments on commit 5f04a7f

Please sign in to comment.