|
ILIAS
release_8 Revision v8.24
|
Class ilCtrlPathFactory. More...
Inheritance diagram for ilCtrlPathFactory:
Collaboration diagram for ilCtrlPathFactory:Public Member Functions | |
| __construct (ilCtrlStructureInterface $structure) | |
| ilCtrlPathFactory Constructor More... | |
| find (ilCtrlContextInterface $context, $target) | |
| @inheritDoc More... | |
| existing (string $cid_path) | |
| @inheritDoc More... | |
| null () | |
| @inheritDoc More... | |
| find (ilCtrlContextInterface $context, $target) | |
| Returns the corresponding ilCtrlPath by the provided target type. More... | |
| existing (string $cid_path) | |
| Returns an instance of an existing ilCtrlPath. More... | |
| null () | |
| Returns a pseudo instance of an ilCtrlPath. More... | |
Private Attributes | |
| ilCtrlStructureInterface | $structure |
Class ilCtrlPathFactory.
Definition at line 12 of file class.ilCtrlPathFactory.php.
| ilCtrlPathFactory::__construct | ( | ilCtrlStructureInterface | $structure | ) |
ilCtrlPathFactory Constructor
| ilCtrlStructureInterface | $structure |
Definition at line 24 of file class.ilCtrlPathFactory.php.
References $structure.
| ilCtrlPathFactory::existing | ( | string | $cid_path | ) |
@inheritDoc
Implements ilCtrlPathFactoryInterface.
Definition at line 48 of file class.ilCtrlPathFactory.php.
| ilCtrlPathFactory::find | ( | ilCtrlContextInterface | $context, |
| $target | |||
| ) |
@inheritDoc
Implements ilCtrlPathFactoryInterface.
Definition at line 32 of file class.ilCtrlPathFactory.php.
References $context.
| ilCtrlPathFactory::null | ( | ) |
@inheritDoc
Implements ilCtrlPathFactoryInterface.
Definition at line 56 of file class.ilCtrlPathFactory.php.
Referenced by ilCtrlContext\__construct(), and ilCtrlContextTest\getContextWithManualAdoption().
Here is the caller graph for this function:
|
private |
Definition at line 17 of file class.ilCtrlPathFactory.php.
Referenced by __construct().