/wheels/tests/_plugins/TestDefaultAssignMixins/TestDefaultAssignMixins.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 0aaba6bad407a2ea7a70db119288d7eb MD5 · raw file

  1. <cfcomponent mixin="wheelsMapping.Controller,wheelsMapping.Model">
  2. <cffunction name="init">
  3. <cfset this.version = "99.9.9">
  4. <cfreturn this>
  5. </cffunction>
  6. <cffunction name="$DefaultMixin1" returntype="void">
  7. </cffunction>
  8. <cffunction name="$DefaultMixin2" returntype="void">
  9. </cffunction>
  10. </cfcomponent>