Changeset 1972 for framework/1-8-0/trunk/framework/EventFilterManager.cfc
- Timestamp:
- 11/21/2009 11:29:49 AM (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/1-8-0/trunk/framework/EventFilterManager.cfc
r1892 r1972 174 174 </cffunction> 175 175 176 <cffunction name="configure" access="public" returntype="void" 176 <cffunction name="configure" access="public" returntype="void" output="false" 177 177 hint="Configures each of the registered EventFilters."> 178 178 … … 188 188 </cffunction> 189 189 190 <cffunction name="deconfigure" access="public" returntype="void" 190 <cffunction name="deconfigure" access="public" returntype="void" output="false" 191 191 hint="Performs deconfiguration logic."> 192 192
