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

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

Constructor. Attach a base active control to an active control instance.
public __construct ( $control )
    public function __construct($control)
    {
        $this->_control = $control;
        $this->_options = new TMap();
    }