ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjectCustomIconFactory. More...
Public Member Functions | |
__construct (\ILIAS\Filesystem\Filesystem $webDirectory, \ILIAS\FileUpload\FileUpload $uploadService, \ilObjectDataCache $objectCache) | |
ilObjectCustomIconFactory constructor. More... | |
getConfigurationByType (string $type) | |
getByObjId (int $objId, string $objType='') | |
getPresenterByObjId (int $objId, string $objType) | |
Get custom icon presenter. More... | |
Protected Attributes | |
$webDirectory | |
$uploadService | |
$objectCache | |
Class ilObjectCustomIconFactory.
Definition at line 7 of file class.ilObjectCustomIconFactory.php.
ilObjectCustomIconFactory::__construct | ( | \ILIAS\Filesystem\Filesystem | $webDirectory, |
\ILIAS\FileUpload\FileUpload | $uploadService, | ||
\ilObjectDataCache | $objectCache | ||
) |
ilObjectCustomIconFactory constructor.
\ILIAS\Filesystem\Filesystem | $webDirectory | |
\ILIAS\FileUpload\FileUpload | $uploadService |
Definition at line 30 of file class.ilObjectCustomIconFactory.php.
References $objectCache, $uploadService, and $webDirectory.
ilObjectCustomIconFactory::getByObjId | ( | int | $objId, |
string | $objType = '' |
||
) |
int | $objId | The obj_id of the ILIAS object. |
string | $objType | An optional type of the ILIAS object. If not passed, the type will be determined automatically. |
Definition at line 71 of file class.ilObjectCustomIconFactory.php.
References getConfigurationByType().
Referenced by getPresenterByObjId().
ilObjectCustomIconFactory::getConfigurationByType | ( | string | $type | ) |
Definition at line 44 of file class.ilObjectCustomIconFactory.php.
Referenced by getByObjId().
ilObjectCustomIconFactory::getPresenterByObjId | ( | int | $objId, |
string | $objType | ||
) |
Get custom icon presenter.
int | $objId | |
string | $objType |
Definition at line 94 of file class.ilObjectCustomIconFactory.php.
References getByObjId().
|
protected |
Definition at line 22 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().
|
protected |
Definition at line 12 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().