The scope interface can be found here: coldbox.system.ioc.scopes.IScope
.
Please note that you DO NOT need to add the implements
to your code. We actually highly suggest you don't. There are many issues with interfaces yet in multiple CFML engines. So we do runtime checks for it, instead at compile time.