Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getStaticExtensions PHP Метод

_getStaticExtensions() защищенный Метод

Format the list of static cache extensions
protected _getStaticExtensions ( ) : string
Результат string
    protected function _getStaticExtensions()
    {
        return implode('|', Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/static/exts')));
    }