3 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()) {
69 $this->block_repo->setProperty(
70 $this->request->getBlockId(),
78 $this->block_repo->setProperty(
79 $this->request->getBlockId(),
StandardGUIRequest $request
getCmd(string $fallback_command=null)
Save container block property Mainly used for item group expand/collapse.
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
__construct(Container $dic, ilPlugin $plugin)
BlockSessionRepository $block_repo