Radar.Project icon indicating copy to clipboard operation
Radar.Project copied to clipboard

Question/feature: access DI through ADR?

Open cxj opened this issue 7 years ago • 0 comments

It would be convenient in a few cases if I could call Aura DI methods through the ADR object, like I can with the route methods. I'm imagining something like this:

$adr->di->values[$key] = $val;
// or
$gateway = $adr->di->lazyGet('cxj/db:gateway');

Maybe it already exists? I could not find it, however.

cxj avatar May 31 '18 17:05 cxj