App
Class: LearnDash App service locator class.
Method: Returns the singleton instance of the DI container the application will use as Service Locator.
Method: Sets the container instance the Application should use as a Service Locator.
App::set_container Read More »
Method: Registers the service provider bindings.
Provider::register Read More »
Method: Returns true if the container can return an entry for the given identifier.
Method: Binds an interface a class or a string slug to an implementation and will always return the same instance.
Container::singleton Read More »