Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGetParamExcludes PHP 메소드

_getGetParamExcludes() 보호된 메소드

Format the GET variable excludes for insertion in a regex
protected _getGetParamExcludes ( ) : string
리턴 string
    protected function _getGetParamExcludes()
    {
        return implode('|', Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/params/get_params')));
    }