Skip to content

Instantly share code, notes, and snippets.

@skoop
Created February 18, 2011 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skoop/833417 to your computer and use it in GitHub Desktop.
Save skoop/833417 to your computer and use it in GitHub Desktop.
/**
* 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