getIssue() public method

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