33 if (is_null($obj_adapter)) {
52 $news->setUserId($this->_deps->user()->getId());
64 $obj_id = $this->_deps->obj()->getObjIdForRefId($ref_id);
65 $obj_type = $this->_deps->obj()->getTypeForObjId($obj_id);
66 return new ilNewsContext($obj_id, $obj_type, $subid, $subtype);
71 return (
bool) $this->_deps->settings()->get(
"block_activated_news");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
item(ilNewsContext $context)
Get a new news item for a context.
__construct(ilLanguage $lng, ilSetting $settings, ilObjUser $user, ilNewsObjectAdapterInterface $obj_adapter=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilNewsServiceDependencies $_deps
const NEWS_NOTICE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A news item can be created by different sources.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
contextForRefId(int $ref_id, int $subid=0, string $subtype="")
Get context object for news.