yii\base\Widget::setId PHP 메소드

setId() 공개 메소드

Sets the ID of the widget.
public setId ( string $value )
$value string id of the widget.
    public function setId($value)
    {
        $this->_id = $value;
    }