IssueFile::getIssueId PHP Method

getIssueId() public method

Get ID of issue.
public getIssueId ( ) : integer
return integer
    function getIssueId()
    {
        return $this->getData('issueId');
    }