GetComponentStaticScope()

returns the static scope of a specific component, of course access rules apply.

GetComponentStaticScope( component=string );

Returns: Struct

Argument Description
component
string, required

name of the component to get static scope, for example "org.lucee.cfml.Query".

Alias: name, componentName, cfc

Examples

dump(GetComponentStaticScope("org.lucee.cfml.Query"));

See also