Prado\Web\UI\TControl::clearNameTable PHP Метод

clearNameTable() приватный Метод

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