Skip to content

Question/feature: access DI through ADR? #29

Description

@cxj

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions