/**
  * Constructor
  */
 function LibraryFileGridCategoryRow($context)
 {
     $this->_context =& $context;
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  * @param $submission Submission
  * @param $cellProvider GridCellProvider
  */
 function PublicationFormatGridCategoryRow($submission, $cellProvider)
 {
     $this->_submission = $submission;
     parent::GridCategoryRow();
     $this->setCellProvider($cellProvider);
 }
 /**
  * Constructor
  * @param $stageId int (optional)
  */
 function SignoffFilesGridCategoryRow($stageId = null)
 {
     $this->_stageId = $stageId;
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function StageParticipantGridCategoryRow($submission, $stageId)
 {
     $this->_submission = $submission;
     $this->_stageId = $stageId;
     parent::GridCategoryRow();
 }
Пример #5
0
 /**
  * Constructor
  */
 function TocGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function SelectableSubmissionFileListCategoryGridRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  * @param $submission Submission
  * @param $cellProvider GridCellProvider
  */
 function RepresentationsGridCategoryRow($submission, $cellProvider)
 {
     $this->_submission = $submission;
     parent::GridCategoryRow();
     $this->setCellProvider($cellProvider);
 }
 /**
  * Constructor
  */
 function GalleyFilesGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function CopyeditingFilesGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function CategoryGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function RepresentativesGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function PluginCategoryGridRow()
 {
     parent::GridCategoryRow();
 }
Пример #13
0
 /**
  * Constructor
  */
 function SystemInfoGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function ChapterGridCategoryRow($monograph, $readOnly = false)
 {
     $this->_monograph = $monograph;
     $this->_readOnly = $readOnly;
     parent::GridCategoryRow();
 }
 /**
  * Constructor.
  */
 function AuthorProofingGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
Пример #16
0
 /**
  * Constructor
  */
 function ChapterGridCategoryRow()
 {
     parent::GridCategoryRow();
 }
 /**
  * Constructor
  */
 function FooterGridCategoryRow()
 {
     parent::GridCategoryRow();
 }