19 declare(strict_types=1);
27 protected \ILIAS\Blog\InternalGUIService
$gui;
30 protected \ilLanguage
$lng;
39 $this->gui = $DIC->blog()->internal()->gui();
44 $this->
lng->loadLanguageModule(
'blog');
57 foreach ($blogs as $blog_id) {
59 foreach ($posts as $post_id =>
$post) {
60 if ((
int)
$post[
'author'] !== $user_id) {
66 if (!$active && $withdrawn ===
null) {
69 $url = $this->gui->permanentLink(
$refId)->getPermanentLink($post_id,
true);
72 $wspId = $this->
getWspId($blog_id, $user_id);
76 $url = $this->gui->permanentLink(0, $wspId)->getPermanentLink($post_id,
true);
80 $this->
lng->txt(
'blog_task_publishing_draft_title'),
84 $task = $this->taskService->derived()->factory()->task(
92 $tasks[] = $task->withUrl(
$url);
106 if ($this->accessHandler->checkAccessOfUser($userId, $operation,
'', $refId)) {
117 return $wst->lookupNodeId($objId);
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getWspId(int $objId, int $userId)
static searchBlogsByAuthor(int $a_user_id)
Get all blogs where user has postings.
static getAllPostings(int $a_blog_id, int $a_limit=1000, int $a_offset=0)
Get all postings of blog.
static _getAllReferences(int $id)
get all reference ids for object ID
getFirstRefIdWithPermission(string $operation, int $objId, int $userId)
__construct(ilTaskService $taskService, \ilAccessHandler $accessHandler, \ilLanguage $lng)
Class ilBlogDraftsDerivedTaskProvider.
ILIAS Blog InternalGUIService $gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isActive()
Is provider active?
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ilTaskService $taskService
getTasks(int $user_id)
Get providers.