/**
  * Constructor
  *
  * @param string|array|Zend_Config $options OPTIONAL
  */
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_messageTemplates[self::NOT_GREATER] = "'%value%' is not greater or equal than '%min%' in field '%field%'";
 }