setCellProvider(new GridCategoryRowCellProvider()); } // // Getters/Setters // /** * Get the no items locale key */ public function getEmptyCategoryRowText() { return $this->_emptyCategoryRowText; } /** * Set the no items locale key */ public function setEmptyCategoryRowText($emptyCategoryRowText) { $this->_emptyCategoryRowText = $emptyCategoryRowText; } /** * Category rows only have one cell and one label. This is it. */ public function getCategoryLabel() { return ''; } } if (!PKP_STRICT_MODE) { class_alias('\PKP\controllers\grid\GridCategoryRow', '\GridCategoryRow'); }