Facade for consumer domain interface.
More...
Facade for consumer domain interface.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 31 of file class.DomainService.php.
◆ __construct()
ILIAS\Style\Content\DomainService::__construct |
( |
InternalService |
$internal_service | ) |
|
◆ styleForObjId()
ILIAS\Style\Content\DomainService::styleForObjId |
( |
int |
$obj_id | ) |
|
Definition at line 41 of file class.DomainService.php.
43 return new ObjectFacade(
44 $this->internal->data(),
45 $this->
internal->domain(),
◆ styleForRefId()
ILIAS\Style\Content\DomainService::styleForRefId |
( |
int |
$ref_id | ) |
|
Definition at line 51 of file class.DomainService.php.
References $ref_id.
53 return new ObjectFacade(
54 $this->internal->data(),
55 $this->
internal->domain(),
◆ $internal
The documentation for this class was generated from the following file: