/**
  * Get the guidelines for the specified stage.
  * @return string?
  */
 function getGuidelines()
 {
     return $this->_context->getLocalizedSetting($this->_stageId == WORKFLOW_STAGE_ID_EXTERNAL_REVIEW ? 'reviewGuidelines' : 'internalReviewGuidelines');
 }