App::clearGet Usage void App::clearGet() Description Clear all GET variables, so all future retrievals will return null. Examples Get all POST variables. $app->clearGet(); See Also get() hasGet() getAllGet() replaceGet()