Container::bind()
Method: Binds an interface, a class or a string slug to an implementation.
Method: Binds an interface, a class or a string slug to an implementation.
Method: Finds an entry of the container by its identifier and returns it.
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.
Method: Defer all other calls to the container object.
Class: LearnDash Container class.
Method: Container constructor.