
Public Member Functions | |
| assignEditor ($articleId, $sectionEditorId, $isEditor=false, $send=false) | |
| expediteSubmission ($article) | |
Definition at line 20 of file EditorAction.inc.php.
| EditorAction.assignEditor | ( | $ | articleId, | |
| $ | sectionEditorId, | |||
| $ | isEditor = false, |
|||
| $ | send = false | |||
| ) |
Actions. Assigns a section editor to a submission.
| $articleId | int |
Definition at line 30 of file EditorAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), DAORegistry.getDAO(), Request.getJournal(), Request.getUser(), Request.getUserVar(), ArticleLog.logEvent(), and Request.url().
Referenced by EditorHandler.assignEditor(), and expediteSubmission().
| EditorAction.expediteSubmission | ( | $ | article | ) |
Rush a new submission into the end of the editing queue.
| $article | object |
Definition at line 95 of file EditorAction.inc.php.
References assignEditor(), DAORegistry.getDAO(), Locale.getLocale(), Request.getUser(), ArticleLog.logEvent(), SectionEditorAction.recordDecision(), SectionEditorAction.setCopyeditFile(), and Locale.translate().
1.5.6