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