19 declare(strict_types=1);
49 $this->rbacsystem = $DIC->
rbac()->system();
50 $this->repo_service = $repo_service;
74 $this->repo_service->characteristic(),
75 $this->repo_service->characteristicCopyPaste(),
76 $this->repo_service->color(),
88 $this->repo_service->characteristic(),
89 $this->repo_service->color()
129 if (is_null($this->
log)) {
137 string $image_dir =
""
repositoryContainer(int $ref_id)
color(int $style_id, StyleAccessManager $access_manager)
image(int $style_id, StyleAccessManager $access_manager)
Manages repository object related content style behaviour.
initDomainServices(\ILIAS\DI\Container $DIC)
Customizing of pimple-DIC for ILIAS.
access(int $ref_id=0, int $user_id=0)
InternalRepoService $repo_service
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
object(int $ref_id, int $obj_id=0)
Objects without ref id (e.g.
Main business logic for content style images.
characteristic(int $style_id, StyleAccessManager $access_manager)
rbac()
Get interface to get interfaces to all things rbac.
Main business logic for characteristics.
cssBuilder(\ilObjStyleSheet $style, string $image_dir="")
trait GlobalDICDomainServices
Manages access to content style editing.
__construct(Container $DIC, InternalRepoService $repo_service, protected InternalDataService $data_service)
Component logger with individual log levels by component id.