Created
February 18, 2011 08:36
-
-
Save skoop/833417 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Standard validation for most of barcode objects | |
* @param string $value | |
* @param array $options | |
*/ | |
protected function _validateText($value, $options = array()) | |
{ | |
// @TODO: add code128 validator | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment