Prado\Web\UI\ActiveControls\TActiveCheckBoxList::__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()
    {
        $this->setAdapter(new TActiveListControlAdapter($this));
        $this->setAutoPostBack(true);
        parent::__construct();
    }