Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getDebugIps PHP Метод

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

Get the list of allowed debug IPs
protected _getDebugIps ( ) : array
Результат array
    protected function _getDebugIps()
    {
        return Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('dev/restrict/allow_ips'));
    }