
Public Member Functions | |
| createSection () | |
| deleteSection ($args) | |
| editSection ($args=array()) | |
| moveSection () | |
| sections () | |
| updateSection ($args) | |
Definition at line 18 of file SectionHandler.inc.php.
| SectionHandler.createSection | ( | ) |
Display form to create a new section.
Reimplemented from ManagerHandler.
Definition at line 42 of file SectionHandler.inc.php.
References editSection().
| SectionHandler.deleteSection | ( | $ | args | ) |
Delete a section.
| $args | array first parameter is the ID of the section to delete |
Reimplemented from ManagerHandler.
Definition at line 103 of file SectionHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), and Request.redirect().
| SectionHandler.editSection | ( | $ | args = array() |
) |
Display form to create/edit a section.
| $args | array optional, if set the first parameter is the ID of the section to edit |
Reimplemented from ManagerHandler.
Definition at line 50 of file SectionHandler.inc.php.
Referenced by createSection().
| SectionHandler.moveSection | ( | ) |
Change the sequence of a section.
Reimplemented from ManagerHandler.
Definition at line 119 of file SectionHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), Request.getUserVar(), and Request.redirect().
| SectionHandler.sections | ( | ) |
Display a list of the sections within the current journal.
Reimplemented from ManagerHandler.
Definition at line 23 of file SectionHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Handler.getRangeInfo(), and Request.url().
| SectionHandler.updateSection | ( | $ | args | ) |
Save changes to a section.
Reimplemented from ManagerHandler.
Definition at line 68 of file SectionHandler.inc.php.
References Request.getUserVar(), Request.redirect(), and ManagerHandler.validate().
1.5.6