/wheels/tests/_plugins/TestDefaultAssignMixins/TestDefaultAssignMixins.cfc
ColdFusion CFScript | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | 0aaba6bad407a2ea7a70db119288d7eb MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <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>