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')));
    }