Newscoop\Services\IssueService::getIssue PHP Method

getIssue() public method

{@inheritDoc}
public getIssue ( )
    public function getIssue()
    {
        if (!$this->issue) {
            return $this->getLatestPublishedIssue();
        }
        return $this->issue;
    }