|
ColdBox Platform v3.8.0
|
FRAMES
|
coldbox.system.validation
Class
GenericObject
WEB-INF.cftags.component
coldbox.system.validation.GenericObject
-
public class GenericObject
- extends WEB-INF.cftags.component
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* A generic object that can simulate an object getters from a collection structure. Great for when you want to validate a form that is not represented by an object.
Constructor Summary |
init([struct memento='[runtime expression]'])
|
Methods inherited from class WEB-INF.cftags.component |
None
|
init
public init([struct memento='[runtime expression]'])
-
- Parameters:
memento
getMemento
public any getMemento()
-
onMissingMethod
public any onMissingMethod(string missingMethodName, struct missingMethodArguments)
-
- Parameters:
missingMethodName
missingMethodArguments
|
ColdBox Platform v3.8.0
|
FRAMES
|