Prado\Web\UI\JuiControls\TJuiControlOptions::__construct PHP Method

__construct() public method

Constructor. Set the parent control owning these options.
public __construct ( $control )
    public function __construct($control)
    {
        $this->setControl($control);
    }