Prado\Web\UI\ActiveControls\TActiveListBox::__construct PHP Метод

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

Creates a new callback control, sets the adapter to TActiveListControlAdapter. 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 TActiveListControlAdapter($this));
        $this->setAutoPostBack(true);
    }