3declare(strict_types=1);
30 protected ?array $view_controls =
null;
35 public function withViewControls(array $view_controls): HasViewControlsInterface
41 $clone->view_controls = $view_controls;
49 return $this->view_controls;
Trait for adding view controls to a component.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getViewControls()
@inheritDoc
trait HasViewControls
Trait for panels supporting view controls.