getConstants(); } static function checkValue (int $const) : bool { return in_array($const, self::getConstants()); } }