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();
    }