Inheritance: implements Kraken\Network\Socket\Component\Firewall\SocketFirewallInterface, implements Kraken\Network\NetworkComponentAwareInterface
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getBlockedAddresses()
 {
     if ($this->firewall === null) {
         return [];
     }
     return $this->firewall->getBlockedAddresses();
 }