setId() public method

Set commenter id
public setId ( integer $id ) : Newscoop\Entity\Comment\Commenter
$id integer
return Newscoop\Entity\Comment\Commenter
コード例 #1
0
 public function setId($p_id)
 {
     $this->__load();
     return parent::setId($p_id);
 }