Nextras\Forms\ComponentControl::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $caption = null )
    public function __construct($caption = null)
    {
        parent::__construct($caption);
        $this->control = Nette\Utils\Html::el('div');
    }