executeS( 'SELECT `id_module` FROM `'._DB_PREFIX_.'module` WHERE `name` = \''.pSQL($module_name).'\'' ); return (bool)Db::getInstance()->numRows(); } } public static function arrayMapCastInteger($value) { return (int)$value; } }