|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjectCustomIconPresenter. More...
Inheritance diagram for ilObjectReferenceCustomIconPresenter:
Collaboration diagram for ilObjectReferenceCustomIconPresenter:Public Member Functions | |
| __construct (int $obj_id, \ilObjectCustomIconFactory $factory) | |
| ilObjectReferenceCustomIconPresenter constructor. More... | |
| 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 () | |
| Lookup target id of container reference. More... | |
Private Attributes | |
| $factory = null | |
| $icon = null | |
| $obj_id = 0 | |
Class ilObjectCustomIconPresenter.
Definition at line 7 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::__construct | ( | int | $obj_id, |
| \ilObjectCustomIconFactory | $factory | ||
| ) |
ilObjectReferenceCustomIconPresenter constructor.
| int | $obj_id | |
| ilObjectCustomIconFactory | $factory |
Definition at line 23 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::exists | ( | ) |
Implements ilObjectCustomIconPresenter.
Definition at line 45 of file class.ilObjectReferenceCustomIconPresenter.php.
| ilObjectReferenceCustomIconPresenter::getFullPath | ( | ) |
Implements ilObjectCustomIconPresenter.
Definition at line 53 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 34 of file class.ilObjectReferenceCustomIconPresenter.php.
References lookupTargetId().
Here is the call graph for this function:
|
protected |
Lookup target id of container reference.
Definition at line 62 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 10 of file class.ilObjectReferenceCustomIconPresenter.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilObjectReferenceCustomIconPresenter.php.
|
private |
Definition at line 16 of file class.ilObjectReferenceCustomIconPresenter.php.
Referenced by __construct().