|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 () | |
Protected Member Functions | |
| lookupTargetId () | |
Private Attributes | |
| ilObjectCustomIconFactory | $factory |
| ilObjectCustomIcon | $icon = null |
| int | $obj_id |
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.
References $factory, and $obj_id.
| 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().