/**
  * Constructor
  */
 function GalleyFilesSignoffGridCategoryRow($galleyId, $stageId)
 {
     parent::SignoffFilesGridCategoryRow($stageId);
     $this->_galleyId = $galleyId;
 }