eZ\Bundle\EzPublishCoreBundle\HttpCache::getInternalAllowedIPs PHP Метод

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

Returns an array of allowed IPs for Http PURGE requests.
protected getInternalAllowedIPs ( ) : array
Результат array
    protected function getInternalAllowedIPs()
    {
        return array('127.0.0.1', '::1', 'fe80::1');
    }