Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created October 6, 2010 13:41
Show Gist options
  • Save bittersweetryan/613355 to your computer and use it in GitHub Desktop.
Save bittersweetryan/613355 to your computer and use it in GitHub Desktop.
<cfinterface displayname="iAnswerable" hint="I represent a class that answers a question">
<cffunction name="Answer" returntype="string" access="public" output="false" hint="I answer a question">
<cfargument name="question" type="any" required="true" />
</cffunction>
</cfinterface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment