yii\di\Instance::__construct PHP Method

__construct() protected method

Constructor.
protected __construct ( string $id )
$id string the component ID
    protected function __construct($id)
    {
        $this->id = $id;
    }