setName() 공개 메소드

Set commenter full name
public setName ( string $name ) : Newscoop\Entity\Comment\Commenter
$name string
리턴 Newscoop\Entity\Comment\Commenter
 public function setName($p_name)
 {
     $this->__load();
     return parent::setName($p_name);
 }