19 declare(strict_types=1);
43 $this->
ctrl = $DIC->ctrl();
44 $this->
user = $DIC->user();
47 $DIC->container()->internal()->gui()->standardRequest();
49 $DIC->container()->internal()->repo()->content()->block();
57 if (in_array($cmd, [
"store"],
true)) {
66 switch ($this->request->getBlockAction()) {
68 $this->block_repo->setProperty(
69 $this->request->getBlockId(),
77 $this->block_repo->setProperty(
78 $this->request->getBlockId(),
StandardGUIRequest $request
getCmd(?string $fallback_command=null)
Save container block property Mainly used for item group expand/collapse.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
BlockSessionRepository $block_repo