|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilObjectReferenceCustomIconPresenter:
Collaboration diagram for ilObjectReferenceCustomIconPresenter:Public Member Functions | |
| __construct (int $obj_id, ilObjectCustomIconFactory $factory) | |
| init () | |
| Init ilObjectCustomIconPresenter If the target is invalid the icon instance creation is based on the reference object obj_id. More... | |
| exists () | |
| getFullPath () | |
| exists () | |
| getFullPath () | |
Protected Member Functions | |
| lookupTargetId () | |
Private Attributes | |
| ilObjectCustomIconFactory | $factory |
| ilObjectCustomIcon | $icon = null |
| int | $obj_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::__construct | ( | int | $obj_id, |
| ilObjectCustomIconFactory | $factory | ||
| ) |
Definition at line 27 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::exists | ( | ) |
Implements ilObjectCustomIconPresenter.
Definition at line 44 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::getFullPath | ( | ) |
Implements ilObjectCustomIconPresenter.
Definition at line 49 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::init | ( | ) |
Init ilObjectCustomIconPresenter If the target is invalid the icon instance creation is based on the reference object obj_id.
Definition at line 38 of file class.ilObjectReferenceCustomIconPresenter.php.
References lookupTargetId().
Here is the call graph for this function:
|
protected |
Definition at line 54 of file class.ilObjectReferenceCustomIconPresenter.php.
References ilContainerReference\_lookupTargetId().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 23 of file class.ilObjectReferenceCustomIconPresenter.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilObjectReferenceCustomIconPresenter.php.
|
private |
Definition at line 25 of file class.ilObjectReferenceCustomIconPresenter.php.
Referenced by __construct().