|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Style\Content\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, InternalRepoService $repo_service, protected InternalDataService $data_service) | |
| access (int $ref_id=0, int $user_id=0) | |
| characteristic (int $style_id, StyleAccessManager $access_manager) | |
| color (int $style_id, StyleAccessManager $access_manager) | |
| image (int $style_id, StyleAccessManager $access_manager) | |
| repositoryContainer (int $ref_id) | |
| object (int $ref_id, int $obj_id=0) | |
| Objects without ref id (e.g. More... | |
| log () | |
| cssBuilder (\ilObjStyleSheet $style, string $image_dir="") | |
| style ($style_id) | |
Protected Attributes | |
| ilLogger | $log = null |
| Container | $dic |
| InternalRepoService | $repo_service |
| ilRbacSystem | $rbacsystem |
Definition at line 35 of file class.InternalDomainService.php.
| ILIAS\Style\Content\InternalDomainService::__construct | ( | Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| protected InternalDataService | $data_service | ||
| ) |
Definition at line 44 of file class.InternalDomainService.php.
References $DIC, ILIAS\Repository\initDomainServices(), and ILIAS\DI\Container\rbac().
Here is the call graph for this function:| ILIAS\Style\Content\InternalDomainService::access | ( | int | $ref_id = 0, |
| int | $user_id = 0 |
||
| ) |
| ILIAS\Style\Content\InternalDomainService::characteristic | ( | int | $style_id, |
| StyleAccessManager | $access_manager | ||
| ) |
Definition at line 67 of file class.InternalDomainService.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Style\Content\InternalDomainService::color | ( | int | $style_id, |
| StyleAccessManager | $access_manager | ||
| ) |
Definition at line 81 of file class.InternalDomainService.php.
| ILIAS\Style\Content\InternalDomainService::cssBuilder | ( | \ilObjStyleSheet | $style, |
| string | $image_dir = "" |
||
| ) |
Definition at line 135 of file class.InternalDomainService.php.
| ILIAS\Style\Content\InternalDomainService::image | ( | int | $style_id, |
| StyleAccessManager | $access_manager | ||
| ) |
Definition at line 93 of file class.InternalDomainService.php.
| ILIAS\Style\Content\InternalDomainService::log | ( | ) |
Definition at line 127 of file class.InternalDomainService.php.
References $log, ILIAS\Style\Content\InternalDomainService\log(), and ILIAS\Repository\logger().
Referenced by ILIAS\Style\Content\InternalDomainService\log().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Style\Content\InternalDomainService::object | ( | int | $ref_id, |
| int | $obj_id = 0 |
||
| ) |
Objects without ref id (e.g.
portfolios) can use the manager with a ref_id of 0, e.g. to get selectable styles
Definition at line 117 of file class.InternalDomainService.php.
Referenced by ILIAS\Style\Content\Object\ObjectFacade\__construct(), and ilObjectContentStyleSettingsGUI\__construct().
Here is the caller graph for this function:| ILIAS\Style\Content\InternalDomainService::repositoryContainer | ( | int | $ref_id | ) |
Definition at line 105 of file class.InternalDomainService.php.
Referenced by ilObjectContentStyleSettingsGUI\__construct().
Here is the caller graph for this function:| ILIAS\Style\Content\InternalDomainService::style | ( | $style_id | ) |
Definition at line 145 of file class.InternalDomainService.php.
|
protected |
Definition at line 40 of file class.InternalDomainService.php.
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
|
protected |
Definition at line 42 of file class.InternalDomainService.php.
|
protected |
Definition at line 41 of file class.InternalDomainService.php.