blockAddress() public method

public blockAddress ( $address )
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function blockAddress($address)
 {
     if ($this->firewall === null) {
         $this->createFirewall();
     }
     $this->firewall->blockAddress($address);
     return $this;
 }