Neos\Flow\I18n\Cldr\Reader\NumbersReader::shutdownObject PHP Метод

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

Shutdowns the object, saving parsed format strings to the cache.
public shutdownObject ( ) : void
Результат void
    public function shutdownObject()
    {
        $this->cache->set('parsedFormats', $this->parsedFormats);
        $this->cache->set('parsedFormatsIndices', $this->parsedFormatsIndices);
        $this->cache->set('localizedSymbols', $this->localizedSymbols);
    }