Browse: Home /

Namespace: Core

Container::bind()

Method: Binds an interface, a class or a string slug to an implementation.

Container::get()

Method: Finds an entry of the container by its identifier and returns it.

Container::has()

Method: Returns true if the container can return an entry for the given identifier.

Container::singleton()

Method: Binds an interface a class or a string slug to an implementation and will always return the same instance.

Container

Class: LearnDash Container class.