Static
Functions
- GetComponentStaticScope() returns the static scope of a specific component, of course access rules apply.
Tags
- <cfcomponent> Creates and defines a component object
- <cffunction> Defines a function within a CFML component that can accept arguments and return a value.
- <cfstatic> defines a static constructor within components
Guides
- Static scope in components Static scope in components is needed to create an instance of cfc and call its method
- Static support for components Lucee 5 supports static variables and functions inside components