getCommenter() public method

Get commenter
public getCommenter ( ) : Commenter
return Newscoop\Entity\Comment\Commenter
 public function getCommenter()
 {
     $this->__load();
     return parent::getCommenter();
 }