Skip to content

Commit

Permalink
NBNP-410 Add getter for issue missing pages note
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Dec 5, 2023
1 parent afbc845 commit 720e26d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ public function setIssueEdition($issue_edition) {
return $this;
}

/**
* {@inheritdoc}
*/
public function getIssueMissingPages() {
return $this->get('issue_missingp')->value;
}

/**
* {@inheritdoc}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ public function setIssueIssueSort($issue_issue_sort);
*/
public function getIssueEdition();

/**
* Gets the Serial issue missing pages text.
*
* @return string|null
* Missing pages text note fpr the Serial issue,
* or NULL if it's empty.
*/
public function getIssueMissingPages();

/**
* Sets the Serial issue edition.
*
Expand Down

0 comments on commit 720e26d

Please sign in to comment.