Prado\Web\UI\ActiveControls\TInPlaceTextBox::callClientFunction PHP Метод

callClientFunction() защищенный Метод

Calls the client-side static method for this control class.
protected callClientFunction ( $func, $value )
    protected function callClientFunction($func, $value)
    {
        $client = $this->getPage()->getCallbackClient();
        $code = $this->getClientClassName() . '.' . $func;
        $client->callClientFunction($code, array($this, $value));
    }