Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfcomponent>
  2.     <cfset this.name = "foo">
  3.  
  4.     <cffunction name="onRequestStart" returntype="boolean" output="false" access="public">
  5.         <cfreturn false>
  6.     </cffunction>
  7. </cfcomponent>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement