|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilObjectCustomIconFactory:Public Member Functions | |
| __construct (Filesystem $webDirectory, FileUpload $uploadService, ilObjectDataCache $objectCache) | |
| getConfigurationByType (string $type) | |
| getByObjId (int $objId, string $objType='') | |
| getPresenterByObjId (int $objId, string $objType) | |
Protected Attributes | |
| Filesystem | $webDirectory |
| FileUpload | $uploadService |
| ilObjectDataCache | $objectCache |
Definition at line 24 of file class.ilObjectCustomIconFactory.php.
| ilObjectCustomIconFactory::__construct | ( | Filesystem | $webDirectory, |
| FileUpload | $uploadService, | ||
| ilObjectDataCache | $objectCache | ||
| ) |
Definition at line 30 of file class.ilObjectCustomIconFactory.php.
References $objectCache, $uploadService, and $webDirectory.
| ilObjectCustomIconFactory::getByObjId | ( | int | $objId, |
| string | $objType = '' |
||
| ) |
Definition at line 60 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 40 of file class.ilObjectCustomIconFactory.php.
References $type.
Referenced by getByObjId().
Here is the caller graph for this function:| ilObjectCustomIconFactory::getPresenterByObjId | ( | int | $objId, |
| string | $objType | ||
| ) |
Definition at line 74 of file class.ilObjectCustomIconFactory.php.
References $objId, and getByObjId().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilObjectCustomIconFactory.php.
Referenced by __construct().