setId() публичный Метод

Set commenter id
public setId ( integer $id ) : Newscoop\Entity\Comment\Commenter
$id integer
Результат Newscoop\Entity\Comment\Commenter
 public function setId($p_id)
 {
     $this->__load();
     return parent::setId($p_id);
 }