Prado\Web\UI\JuiControls\TJuiProgressbar::__construct PHP Метод

__construct() публичный Метод

Creates a new callback control, sets the adapter to TActiveControlAdapter. If you override this class, be sure to set the adapter appropriately by, for example, by calling this constructor.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setAdapter(new TJuiControlAdapter($this));
    }