ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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, $obj_id, and factory().
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 factory(), and lookupTargetId().
|
protected |
Definition at line 54 of file class.ilObjectReferenceCustomIconPresenter.php.
References ilContainerReference\_lookupTargetId().
Referenced by init().
|
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().