return $this->
getAdapter()->
getCheck();
} /**
* Sets the checksum option
*
* @param boolean $checksum
* @return Zend_Validate_Barcode
*/
public function setChecksum($checksum) { $this->
getAdapter()->
setCheck($checksum);
return $this;
} /**
* Defined by Zend_Validate_Interface
*
* Returns true if and only if $value contains a valid barcode
*
* @param string $value
* @return boolean
*/