setIp() public method

Set ip
public setIp ( string $ip ) : Newscoop\Entity\Comment\Commenter
$ip string
return Newscoop\Entity\Comment\Commenter
 public function setIp($p_ip)
 {
     $this->__load();
     return parent::setIp($p_ip);
 }