/wheels/tests/_plugins/TestGlobalMixins/TestGlobalMixins.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 92eefdd5329e4b68f857c005da82a8b6 MD5 · raw file

  1. <cfcomponent>
  2. <cffunction name="init">
  3. <cfset this.version = "99.9.9">
  4. <cfreturn this>
  5. </cffunction>
  6. <cffunction name="$GobalTestMixin" returntype="void">
  7. </cffunction>
  8. </cfcomponent>