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