componentInfo

Returns meta information from the passed component like "extends", "hint", etc.

componentInfo(component) → returns struct

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Argument Reference

component component
Required

Compatibility

Lucee:

DEPRECATED since version 4.5 In Lucee4.5+ componentInfo() is deprecated in favor of getMetadata()

Examples
Sample code invoking the componentInfo function


Fork me on GitHub