/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
- <cfcomponent mixin="wheelsMapping.Controller,wheelsMapping.Model">
-
- <cffunction name="init">
- <cfset this.version = "99.9.9">
- <cfreturn this>
- </cffunction>
-
- <cffunction name="$DefaultMixin1" returntype="void">
- </cffunction>
-
- <cffunction name="$DefaultMixin2" returntype="void">
- </cffunction>
-
- </cfcomponent>