j4s/superglobals

realise ValidatorInterface for end superglobals classes *

Opened this issue · 0 comments

in4s commented

interface ValidatorInterface
{
public static function isDefined(string $key) : bool;
public static function isNotSet(string $key) : bool;
}