Belin.io Core
    Preparing search index...

    Provides a dependency container.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Gets the service registered with the specified identifier.

      Type Parameters

      • T

      Parameters

      Returns T

      The instance of the service registered with the specified identifier.

      Error if there is no factory registered with the specified identifier.

    • Gets a value indicating whether this container has a service registered with the specified identifier.

      Parameters

      Returns boolean

      true if a service registered with the specified identifier exists in this container, otherwise false.