ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Block\BlockManager Class Reference
+ Collaboration diagram for ILIAS\Block\BlockManager:

Public Member Functions

 __construct (BlockSessionRepository $repo)
 
 setNavPar (string $par, string $val)
 
 getNavPar (string $par)
 

Protected Attributes

BlockSessionRepository $repo
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.BlockManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Block\BlockManager::__construct ( BlockSessionRepository  $repo)

Definition at line 30 of file class.BlockManager.php.

References ILIAS\Block\BlockManager\$repo.

31  {
32  $this->repo = $repo;
33  }
BlockSessionRepository $repo

Member Function Documentation

◆ getNavPar()

ILIAS\Block\BlockManager::getNavPar ( string  $par)

Definition at line 42 of file class.BlockManager.php.

44  : string {
45  return $this->repo->getNavPar($par);
46  }

◆ setNavPar()

ILIAS\Block\BlockManager::setNavPar ( string  $par,
string  $val 
)

Definition at line 35 of file class.BlockManager.php.

38  : void {
39  $this->repo->setNavPar($par, $val);
40  }

Field Documentation

◆ $repo

BlockSessionRepository ILIAS\Block\BlockManager::$repo
protected

Definition at line 28 of file class.BlockManager.php.

Referenced by ILIAS\Block\BlockManager\__construct().


The documentation for this class was generated from the following file: