Lucee Function Reference
Function GETCOMPONENTMETADATA
Gets metadata (such as the functions and implemented interfaces of a component) for a CFC or Interface.
Example
getcomponentmetadata(object pathOrCFC):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
pathOrCFC | object | Yes | path to a component or component itself |