getParent() public method

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