getVars())) { foreach(ClassInfo::implementorsOf('Flushable') as $class) { $class::flush(); } } return true; } public function postRequest(SS_HTTPRequest $request, SS_HTTPResponse $response, DataModel $model) { return true; } }