getComponentMetadata

Gets metadata (such as the functions and implemented interfaces of a component) for a CFC or ColdFusion interface.

getComponentMetadata(path) → returns struct

Argument Reference

path string
Required

The dot-delimited path of the interface or CFC definition.

Examples
Sample code invoking the getComponentMetadata function


Fork me on GitHub