Prado\Web\UI\ActiveControls\TActiveDataList::__construct PHP Method

__construct() public method

Creates a new callback control, sets the adapter to TActiveControlAdapter.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setAdapter(new TActiveControlAdapter($this));
    }