cbvalidation

Class GenericObject

lucee.Component
    extended by cbvalidation.GenericObject

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.

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([struct memento='[runtime expression]'])
    Method Summary
    any getMemento()
    any onMissingMethod(string missingMethodName, struct missingMethodArguments)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([struct memento='[runtime expression]'])

    Parameters:
    memento

    Method Detail

    getMemento

    public any getMemento()


    onMissingMethod

    public any onMissingMethod(string missingMethodName, struct missingMethodArguments)

    Parameters:
    missingMethodName
    missingMethodArguments