Nextras\Forms\Bridges\Latte\SnippetBridge::markRedrawn PHP Method

markRedrawn() public method

public markRedrawn ( $name )
    public function markRedrawn($name)
    {
        if ($name !== '') {
            $this->control->redrawControl($name, FALSE);
        }
    }