* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Constraints; /** * Validates values are greater than the previous (>). * * @author Daniel Holmes * @author Bernhard Schussek */ class GreaterThanValidator extends AbstractComparisonValidator { /** * {@inheritdoc} */ protected function compareValues($value1, $value2) { return $value1 > $value2; } /** * {@inheritdoc} */ protected function getErrorCode() { return GreaterThan::TOO_LOW_ERROR; } } __halt_compiler();----SIGNATURE:----SJpKmQbrUchW+hVPqklpmf0SA/5hhGoVZsHktLI4mKyp8Nu9xNH2Ay6tbenqQU32TOd9+zNWIbj+W86J++/PJBCaLzlnB17q1niujXv/NVkb9Lz24op1iJOBHly74CMyQhrUTz3euy9ejwLLZ054/1qrp4OPjuU23nokvBfNGAUEnhHZ20MJcIIbeMZBBmY8WiciqwnRdiGYQLqU5q41SCzqVnLeSzAvuaIaZ46glintMAlf8tXzgMVh8oG/jM7s9RGH9RdTdeXSmCT6Kl48wzfgM9gRET2QL4BKtWPimstu5/E2QxVWRSWv1uPyhb2sZEbsMahI9ObQfufT+9QFE5C1T/+gxw/8nkoWTcYsumZa4Drw4v5TWdHvQcN9U7A7uMKJZ4fgBB60GIP2dyiWKHz+iqgrdLg6mOfwFiGTDbMu43i9JHhVN/Y14tICiSoE90qqJS6+YjQ0OQvYHwQkew+vwp6Yv60X2JJAkNnJz3SQ5gWylw4WzjqDfHs0NyW/mWlnD5BwqtpHQF/LKtwVmurEmS4a6Sk2lsOH+nxvovOZPfuDi5gsQuRlDdQ7wynmnikkZq7fyJMLLKwq41a5aocer/RIejmIHqa6whhVixTog+czl6AZ1tWVgfN5KZT9UXR0WyAXV9iqWXYoTzsq0RQ2GOZZoDjXAUHOjoApYFQ=----ATTACHMENT:----MzAzMjg5ODE1NjU5MDM3IDE2MTMyOTIwNDE3MjAxNDMgNTQ5NjAzNTM4MzIzNTQyNA==