0 follower

Interface Yiisoft\Container\Proxy\ContainerProxyInterface

ExtendsPsr\Container\ContainerInterface

Method Details

Hide inherited methods

isActive() public abstract method

public abstract boolean isActive ( )

                public function isActive(): bool;

            
withDecoratedServices() public abstract method

public abstract self withDecoratedServices ( array $decoratedServices )
$decoratedServices array

                public function withDecoratedServices(array $decoratedServices): self;