IntrospectableContainerInterface deprecated

IntrospectableContainerInterface deprecated

interface IntrospectableContainerInterface implements ContainerInterface

deprecated

since version 2.8, to be merged with ContainerInterface in 3.0.

IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state.

Methods

set(string $id, object $service, string $scope = self::SCOPE_CONTAINER)

Sets a service.

from 登录查看完整内容