ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCtrlExistingPath.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
6 
13 {
21  {
22  parent::__construct($structure);
23 
24  $this->cid_path = $cid_path;
25  }
26 }
Class ilCtrlAbstractPath.
__construct(ilCtrlStructureInterface $structure, string $cid_path)
ilCtrlExistingPath Constructor
Class ilCtrlExistingPath.
__construct(Container $dic, ilPlugin $plugin)
ilCtrlStructureInterface $structure