Prado\Web\UI\ActiveControls\TCallbackPageStateTracker::updateAttributes PHP Метод

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

Updates/adds a list of attributes on the control.
protected updateAttributes ( $attributes )
    protected function updateAttributes($attributes)
    {
        foreach ($attributes as $name => $value) {
            $this->client()->setAttribute($this->_control, $name, $value);
        }
    }