0 follower

Final Class Yiisoft\Yii\View\Renderer\InjectionContainer\StubInjectionContainer

InheritanceYiisoft\Yii\View\Renderer\InjectionContainer\StubInjectionContainer
ImplementsYiisoft\Yii\View\Renderer\InjectionContainer\InjectionContainerInterface

Method Details

Hide inherited methods

get() public method

public get( string $id ): object
$id string

                public function get(string $id): object
{
    throw new RuntimeException('Injections container is not set.');
}