|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjectCustomIconFactory. More...
Collaboration diagram for ilObjectCustomIconFactory: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 $objId, and getConfigurationByType().
Referenced by getPresenterByObjId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCustomIconFactory::getConfigurationByType | ( | string | $type | ) |
Definition at line 44 of file class.ilObjectCustomIconFactory.php.
References $type.
Referenced by getByObjId().
Here is the caller graph for this function:| ilObjectCustomIconFactory::getPresenterByObjId | ( | int | $objId, |
| string | $objType | ||
| ) |
Get custom icon presenter.
| int | $objId | |
| string | $objType |
Definition at line 94 of file class.ilObjectCustomIconFactory.php.
References $objId, and getByObjId().
Here is the call graph for this function:
|
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().