<!--- This function does nothing but reflect it's own ARGUMENTS object. This will allow us to create empty ARGUMENTS objects without having to know about initialization parameters. ---> <cffunction name="GetArguments" access="public" returntype="any" output="false" hint="Returns the arguments object."> <cfreturn ARGUMENTS /> </cffunction>