Changeset 2821
- Timestamp:
- 09/09/10 20:44:54 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2.1/www/requirements/mura/content/rater/rateBean.cfc
r1 r2821 104 104 </cffunction> 105 105 106 <cffunction name="setAllValues" returntype="any" access="public" output="false"> 107 <cfargument name="instance"> 108 <cfset variables.instance=arguments.instance/> 109 <cfreturn this> 110 </cffunction> 111 112 <cffunction name="getAllValues" returntype="any" access="public" output="false"> 113 <cfreturn variables.instance> 114 </cffunction> 115 106 116 <cffunction name="load" access="public" output="false" returntype="void"> 107 117 <cfset var rs=getQuery()>
Note: See TracChangeset
for help on using the changeset viewer.
