|
ILIAS
release_8 Revision v8.24
|
Interface ilCtrlPathFactoryInterface describes the ilCtrl Path factory. More...
Inheritance diagram for ilCtrlPathFactoryInterface:
Collaboration diagram for ilCtrlPathFactoryInterface:Public Member Functions | |
| 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... | |
Interface ilCtrlPathFactoryInterface describes the ilCtrl Path factory.
Definition at line 11 of file interface.ilCtrlPathFactoryInterface.php.
| ilCtrlPathFactoryInterface::existing | ( | string | $cid_path | ) |
Returns an instance of an existing ilCtrlPath.
| string | $cid_path |
Implemented in ilCtrlPathFactory.
| ilCtrlPathFactoryInterface::find | ( | ilCtrlContextInterface | $context, |
| $target | |||
| ) |
Returns the corresponding ilCtrlPath by the provided target type.
| ilCtrlContextInterface | $context | |
| string[] | string | $target |
Implemented in ilCtrlPathFactory.
| ilCtrlPathFactoryInterface::null | ( | ) |
Returns a pseudo instance of an ilCtrlPath.
Implemented in ilCtrlPathFactory.