Newscoop\Entity\Output\OutputSettingsIssue::getIssue PHP Method

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()
    {
        return $this->issue;
    }

Usage Example

 public function getIssue()
 {
     $this->__load();
     return parent::getIssue();
 }