Prado\Web\UI\JuiControls\TJuiControlOptions::__construct PHP Метод

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

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