DboSource::flushMethodCache PHP Méthode

flushMethodCache() public méthode

These caches are used by DboSource::name() and DboSource::conditions()
public flushMethodCache ( ) : void
Résultat void
    public function flushMethodCache()
    {
        $this->_methodCacheChange = true;
        self::$methodCache = array();
    }
DboSource