
Public Member Functions | |
| EditAssignment () | |
| getArticleId () | |
| getCanEdit () | |
| getCanReview () | |
| getDateNotified () | |
| getDateUnderway () | |
| getEditId () | |
| getEditorEmail () | |
| getEditorFirstName () | |
| getEditorFullName () | |
| getEditorId () | |
| getEditorInitials () | |
| getEditorLastName () | |
| getIsEditor () | |
| setArticleId ($articleId) | |
| setCanEdit ($canEdit) | |
| setCanReview ($canReview) | |
| setDateNotified ($dateNotified) | |
| setDateUnderway ($dateUnderway) | |
| setEditId ($editId) | |
| setEditorEmail ($editorEmail) | |
| setEditorFirstName ($editorFirstName) | |
| setEditorFullName ($editorFullName) | |
| setEditorId ($editorId) | |
| setEditorInitials ($editorInitials) | |
| setEditorLastName ($editorLastName) | |
| setIsEditor ($isEditor) | |
Definition at line 20 of file EditAssignment.inc.php.
| EditAssignment.EditAssignment | ( | ) |
Constructor.
Definition at line 25 of file EditAssignment.inc.php.
| EditAssignment.getArticleId | ( | ) |
Get ID of article.
Definition at line 53 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getCanEdit | ( | ) |
Get flag indicating whether this section editor can edit this article. (Irrelevant if this is an editor.)
Definition at line 101 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getCanReview | ( | ) |
Get flag indicating whether this section editor can review this article. (Irrelevant if this is an editor.)
Definition at line 85 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getDateNotified | ( | ) |
Get date editor notified.
Definition at line 133 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getDateUnderway | ( | ) |
Get date editor underway.
Definition at line 149 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getEditId | ( | ) |
Get ID of edit assignment.
Definition at line 37 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getEditorEmail | ( | ) |
Get email of editor.
Definition at line 233 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getEditorFirstName | ( | ) |
Get first name of editor.
Definition at line 181 of file EditAssignment.inc.php.
References DataObject.getData().
Referenced by getEditorInitials().
| EditAssignment.getEditorFullName | ( | ) |
Get full name of editor.
Definition at line 165 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getEditorId | ( | ) |
Get ID of editor.
Definition at line 69 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.getEditorInitials | ( | ) |
Get initials of editor.
Definition at line 213 of file EditAssignment.inc.php.
References DataObject.getData(), getEditorFirstName(), and getEditorLastName().
| EditAssignment.getEditorLastName | ( | ) |
Get last name of editor.
Definition at line 197 of file EditAssignment.inc.php.
References DataObject.getData().
Referenced by getEditorInitials().
| EditAssignment.getIsEditor | ( | ) |
Get flag indicating whether this entry is for an editor or a section editor.
Definition at line 117 of file EditAssignment.inc.php.
References DataObject.getData().
| EditAssignment.setArticleId | ( | $ | articleId | ) |
Set ID of article.
| $articleId | int |
Definition at line 61 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setCanEdit | ( | $ | canEdit | ) |
Set flag indicating whether this section editor can edit this article. (Irrelevant if this is an editor.)
| $canEdit | boolean |
Definition at line 109 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setCanReview | ( | $ | canReview | ) |
Set flag indicating whether this section editor can review this article. (Irrelevant if this is an editor.)
| $canReview | boolean |
Definition at line 93 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setDateNotified | ( | $ | dateNotified | ) |
Set date editor notified.
| $dateNotified | timestamp |
Definition at line 141 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setDateUnderway | ( | $ | dateUnderway | ) |
Set date editor underway.
| $dateUnderway | timestamp |
Definition at line 157 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditId | ( | $ | editId | ) |
Set ID of edit assignment
| $editId | int |
Definition at line 45 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorEmail | ( | $ | editorEmail | ) |
Set full name of editor.
| $editorEmail | string |
Definition at line 241 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorFirstName | ( | $ | editorFirstName | ) |
Set first name of editor.
| $editorFirstName | string |
Definition at line 189 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorFullName | ( | $ | editorFullName | ) |
Set full name of editor.
| $editorFullName | string |
Definition at line 173 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorId | ( | $ | editorId | ) |
Set ID of editor.
| $editorId | int |
Definition at line 77 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorInitials | ( | $ | editorInitials | ) |
Set initials of editor.
| $editorInitials | string |
Definition at line 225 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setEditorLastName | ( | $ | editorLastName | ) |
Set last name of editor.
| $editorLastName | string |
Definition at line 205 of file EditAssignment.inc.php.
References DataObject.setData().
| EditAssignment.setIsEditor | ( | $ | isEditor | ) |
Set flag indicating whether this entry is for an editor or a section editor.
| $isEditor | boolean |
Definition at line 125 of file EditAssignment.inc.php.
References DataObject.setData().
1.5.6