getIssue() 공개 메소드

Provides the issue that is the owner of this settings.
public getIssue ( ) : Issue
리턴 Newscoop\Entity\Issue The the issue that is the owner of this settings.
 public function getIssue()
 {
     $this->__load();
     return parent::getIssue();
 }