Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getCrawlerIps PHP Method

_getCrawlerIps() protected method

Get the list of crawler IPs
protected _getCrawlerIps ( ) : array
return array
    protected function _getCrawlerIps()
    {
        return Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/backend/crawlers'));
    }