ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjectCustomIconPresenter. More...
Public Member Functions | |
__construct (int $obj_id, \ilObjectCustomIconFactory $factory) | |
ilObjectReferenceCustomIconPresenter constructor. More... | |
init () | |
Init If the target is invalid the icon instance creation is based on the reference object obj_id. More... | |
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.
References $factory, and $obj_id.
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 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().
|
protected |
Lookup target id of container reference.
Definition at line 62 of file class.ilObjectReferenceCustomIconPresenter.php.
References ilContainerReference\_lookupTargetId().
Referenced by init().
|
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().