Prado\Web\UI\WebControls\TColorPicker::getClientSide PHP Метод

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

public getClientSide ( ) : TColorPickerClientSide
Результат TColorPickerClientSide javascript event options.
    public function getClientSide()
    {
        if ($this->_clientSide === null) {
            $this->_clientSide = $this->createClientSide();
        }
        return $this->_clientSide;
    }