/**
  * Constructor
  */
 function NotificationsGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ColumnBasedGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ReviewFormGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function IssueGridCellProvider()
 {
     parent::GridCellProvider();
     $this->dateFormatShort = Config::getVar('general', 'date_format_short');
 }
 /**
  * Constructor
  */
 function IssueGalleyGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function FooterLinkListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function RevisionsGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function AnnouncementTypeGridCellProvider()
 {
     parent::GridCellProvider();
 }
Example #9
0
 /**
  * Constructor
  */
 function TocGridCellProvider($translate = false)
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function LiteralGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ReviewFormElementResponseItemListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function StaticPageGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function LibraryFileGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  * @param $context Context
  */
 function MetadataGridCellProvider($context)
 {
     $this->_context = $context;
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ArrayGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function BlockPluginsListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function PluginGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function FileListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function DataObjectGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ContextGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  * @param $dataProvider DataProvider The object to wrap
  * @param $format string See strftime
  */
 function DateGridCellProvider($dataProvider, $format)
 {
     parent::GridCellProvider();
     $this->_dataProvider = $dataProvider;
     $this->_format = $format;
 }
 /**
  * Constructor
  */
 function InfoGridCellProvider($translate = false)
 {
     parent::GridCellProvider();
     $this->_translate = $translate;
 }
 /**
  * Constructor
  */
 function MastheadGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function GridCategoryRowCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function UserListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function CategoriesListbuilderGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function FilterGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function SignoffGridCellProvider($submissionId, $stageId)
 {
     $this->_submissionId = $submissionId;
     $this->_stageId = $stageId;
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function ArticleGalleyGridCellProvider()
 {
     parent::GridCellProvider();
 }
 /**
  * Constructor
  */
 function UserGroupGridCellProvider()
 {
     parent::GridCellProvider();
 }