Chapter grid category row definition. More...
Public Member Functions | |
| ChapterGridCategoryRow (&$monograph, $readOnly=false) | |
| & | getChapter () |
| & | getMonograph () |
| initialize (&$request) | |
| isReadOnly () | |
Chapter grid category row definition.
Definition at line 21 of file ChapterGridCategoryRow.inc.php.
| ChapterGridCategoryRow.ChapterGridCategoryRow | ( | &$ | monograph, | |
| $ | readOnly = false | |||
| ) |
Constructor
Definition at line 34 of file ChapterGridCategoryRow.inc.php.
| & ChapterGridCategoryRow.getChapter | ( | ) |
Get the chapter for this row
Definition at line 98 of file ChapterGridCategoryRow.inc.php.
| & ChapterGridCategoryRow.getMonograph | ( | ) |
Get the monograph for this row (already authorized)
Definition at line 90 of file ChapterGridCategoryRow.inc.php.
Referenced by initialize().
| ChapterGridCategoryRow.initialize | ( | &$ | request | ) |
| $request | PKPRequest |
Definition at line 47 of file ChapterGridCategoryRow.inc.php.
References getMonograph(), and isReadOnly().
| ChapterGridCategoryRow.isReadOnly | ( | ) |
Determine if this grid row should be read only.
Definition at line 106 of file ChapterGridCategoryRow.inc.php.
Referenced by initialize().
1.7.1