getParent() 공개 메소드

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