Prado\Web\UI\TControl::clearNameTable PHP Méthode

clearNameTable() private méthode

Clears the list of the controls whose IDs are managed by the specified naming container.
private clearNameTable ( )
    private function clearNameTable()
    {
        unset($this->_rf[self::RF_NAMED_CONTROLS]);
    }
TControl