cbstripe

Class BaseStripeModel

lucee.Component
    extended by cbstripe.BaseStripeModel
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any str


    • access = public
    • returntype = any
    • inject = Str@Str
    true false
    Constructor Summary
    init()
    Method Summary
    private any hasProperty([any propertyName])
    private any ifNull([any data], [any key], [any defaultValue])
    any populate([any stripeData='[runtime expression]'])
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    str

    property any str

    Attributes:
    access - public
    required - false
    returntype - any
    inject - Str@Str
    serializable - true

    Method Detail

    hasProperty

    private any hasProperty([any propertyName])

    Parameters:
    propertyName

    ifNull

    private any ifNull([any data], [any key], [any defaultValue])

    Parameters:
    data
    key
    defaultValue

    populate

    public any populate([any stripeData='[runtime expression]'])

    Parameters:
    stripeData