Configuring WireBox
component extends="coldbox.system.ioc.config.Binder"{
function configure(){
}
function onLoad(){
}
function onShutdown(){
}
}component{
function configure(required binder){
}
function onLoad(){
}
function onShutdown(){
}
}Was this helpful?