/wheels/events/onapplicationend.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · ed5d4c2b79436f09f607ab15d6cb529c MD5 · raw file
- <cffunction name="onApplicationEnd" returntype="void" access="public" output="false">
- <cfargument name="applicationscope" type="struct" required="true">
- <cfscript>
- $include(template="#arguments.applicationscope.wheels.eventPath#/onapplicationend.cfm");
- </cfscript>
- </cffunction>