* * 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 less than the previous (<). * * @author Daniel Holmes * @author Bernhard Schussek */ class LessThanValidator extends AbstractComparisonValidator { /** * {@inheritdoc} */ protected function compareValues($value1, $value2) { return $value1 < $value2; } /** * {@inheritdoc} */ protected function getErrorCode() { return LessThan::TOO_HIGH_ERROR; } } __halt_compiler();----SIGNATURE:----htcDQsIJLY6+JkLLl1Llh+H85iOFSTcLSiaSA6HHCl8EbyL/2NLSVCWN9IfqO7clWhIQPmpugz2nzuNUT5A7kGb6FewwkurUAyI9n1ftEqwo6VK0akzYz+W4PdpjCfKN2rNSyceygTYHaNl0SUzRGmg8sWCAum7Fxd6Uch7LHknA+JVG6pwsu/FCn3WraGe5DWV5xGwKbxs32j/errZYmUP7MB81UGhLXIIzAz2FJ1o8qVQ4rE4bVAxWXGlORBcQKUwkpNc6yv6bnxGkueoJpt96eGG4esM5QyBJQrMgTLBf4jjtzFYv19D2qL0+tbXODcllS5o9E6Qb07M1o8q/poTaFbzN0YwFMEIvMuKOtTCVThLMs/L2fPPIzS0PWAAjO+COr8x+VE/nwCFgX5kW4xUicG5VC/oftWik8cKghsp1PGdtpHIdNvdDQ2Ao5PcXJEVj8XZ6qcoDSDfa2SrLzLr9pZZM/pdkCC0MsDvWD3+o+ild3Fu28h9Wppt/CJmiXCNK/yenz8CM8vkjfrB6Pl09F1Gwzt6V36Fr47xZn8MgNi32Yj0YUR9t55b3QdOf3s4X05qIt4FGkZK4z3o0rBpT1BtV4lQWBWo8XJLWW+aL4UVto6mKZqMn+eDIFjtBxeJ9KV/5JudCPWHdD5zr+xONKO+t6tE4blLIqZLbyGg=----ATTACHMENT:----MjQ1NTgwNzY4ODc4MDczMyA1MzA5NzA5OTcxNzM2Njk5IDY5OTYyMDMwNTg0MDM2MzI=