yii\di\Instance::__construct PHP 메소드

__construct() 보호된 메소드

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