I should add that getComponentMetadata() doesn't appear to play nice
with full script cfc's, I just tried it there and it didn't return the
functions array until I switched the containing component { } back to
<cfcomponent> tags.
On 12/01/2015 21:57, [email protected] wrote:
Hi Jason,
getComponentMetadata() returns all the details for each function
within a component in an array of structs ...
<cfdump var="#getcomponentmetadata( 'path.to.component' ).functions#" />
that should get you what you need in a nice format. works with a dot
notation string for the component you're targetting.
Simon.
-- http://openbd.org/manual/?/function/getcomponentmetadata
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google
Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.