Files
server/usr/share/psa-pear/pear/php/Horde/Constraint.php
2026-01-07 20:52:11 +01:00

11 lines
162 B
PHP

<?php
/**
* Interface for constraints.
*
* @author James Pepin <james@jamespepin.com>
*/
interface Horde_Constraint
{
public function evaluate($value);
}