GetComponentStaticScope()
returns the static scope of a specific component, of course access rules apply.
GetComponentStaticScope( component=string );
Returns: Struct
| Argument | Description |
|---|---|
|
component
string,
required
|
edit
name of the component to get static scope, for example "org.lucee.cfml.Query". Alias: name, componentName, cfc |
Examples
editdump(GetComponentStaticScope("org.lucee.cfml.Query"));
See also
- Components (CFCs)
- Debugging
- Scopes
- Static
- GetComponentMetaData()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)