DboSource::flushMethodCache PHP Метод

flushMethodCache() публичный Метод

These caches are used by DboSource::name() and DboSource::conditions()
public flushMethodCache ( ) : void
Результат void
    public function flushMethodCache()
    {
        $this->_methodCacheChange = true;
        self::$methodCache = array();
    }
DboSource