Prado\Web\UI\ActiveControls\TActiveRatingList::__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();
    }