/wheels/events/onapplicationend.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · ed5d4c2b79436f09f607ab15d6cb529c MD5 · raw file

  1. <cffunction name="onApplicationEnd" returntype="void" access="public" output="false">
  2. <cfargument name="applicationscope" type="struct" required="true">
  3. <cfscript>
  4. $include(template="#arguments.applicationscope.wheels.eventPath#/onapplicationend.cfm");
  5. </cfscript>
  6. </cffunction>