return $object->
isValid($value);
} } catch (Zend_Validate_Exception
$ze) { // if there is an exception while validating throw it
throw $ze;
} catch (Exception
$e) { // fallthrough and continue for missing validation classes
} throw new Zend_Validate_Exception("Validate class not found from basename '
$classBaseName'"
);
} /**
* Returns the maximum allowed message length
*
* @return integer
*/
public static function getMessageLength() { return Zend_Validate_Abstract::
getMessageLength();
}