|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilForumSaveAsyncDraftAction. More...
Collaboration diagram for ilForumAutoSaveAsyncDraftAction:Public Member Functions | |
| __construct (private ilObjUser $actor, private ilPropertyFormGUI $form, private ilForumProperties $forumProperties, private ilForumTopic $thread, private ?ilForumPost $relatedPost, Closure $subjectFormatterCallable, private int $relatedDraftId, private int $relatedForumId, private string $action) | |
| executeAndGetResponseObject () | |
Protected Member Functions | |
| handleMedia (string $type, int $draftId, array $uploadedObjects, array $oldMediaObjects, array $curMediaObjects) | |
| getInputValuesFromForm () | |
Private Attributes | |
| Closure | $subjectFormatterCallable |
Class ilForumSaveAsyncDraftAction.
Definition at line 25 of file class.ilForumAutoSaveAsyncDraftAction.php.
| ilForumAutoSaveAsyncDraftAction::__construct | ( | private ilObjUser | $actor, |
| private ilPropertyFormGUI | $form, | ||
| private ilForumProperties | $forumProperties, | ||
| private ilForumTopic | $thread, | ||
| private ?ilForumPost | $relatedPost, | ||
| Closure | $subjectFormatterCallable, | ||
| private int | $relatedDraftId, | ||
| private int | $relatedForumId, | ||
| private string | $action | ||
| ) |
Definition at line 29 of file class.ilForumAutoSaveAsyncDraftAction.php.
References $subjectFormatterCallable.
| ilForumAutoSaveAsyncDraftAction::executeAndGetResponseObject | ( | ) |
Definition at line 43 of file class.ilForumAutoSaveAsyncDraftAction.php.
References $response, $subjectFormatterCallable, ilRTE\_getMediaObjects(), ilObjMediaObject\_getMobsOfObject(), ilRTE\_replaceMediaObjectImageSrc(), ILIAS\Repository\form(), getInputValuesFromForm(), handleMedia(), ILIAS\Repository\int(), ilForumPostDraft\isAutoSavePostDraftAllowed(), ilForumDraftsHistory\MEDIAOBJECT_TYPE, ilForumPostDraft\MEDIAOBJECT_TYPE, and ilForumPostDraft\newInstanceByDraftId().
Here is the call graph for this function:
|
protected |
Definition at line 186 of file class.ilForumAutoSaveAsyncDraftAction.php.
References ILIAS\Repository\form(), ilForumUtil\getPublicUserAlias(), and ILIAS\Repository\int().
Referenced by executeAndGetResponseObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| int[] | $uploadedObjects |
| int[] | $oldMediaObjects |
| int[] | $curMediaObjects |
Definition at line 162 of file class.ilForumAutoSaveAsyncDraftAction.php.
References ilObjMediaObject\_removeUsage(), and ilObjMediaObject\_saveUsage().
Referenced by executeAndGetResponseObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilForumAutoSaveAsyncDraftAction.php.
Referenced by __construct(), and executeAndGetResponseObject().