ObjectManager $object_manager
 
InternalDomainService $domain_service
 
getEffectiveStyleId()
This ID must be used when rendering the object (pages). 
 
External facade for object content styles. 
 
Manages repository object related content style behaviour. 
 
__construct(InternalDataService $data_service, InternalDomainService $domain_service, int $ref_id, int $obj_id=0)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
inheritFromParent()
Inherits a non local style from the parent container. 
 
object(int $ref_id, int $obj_id=0)
Objects without ref id (e.g. 
 
getStyleId()
Get the style ID currently set (stored) by the object. 
 
Content style data object factory. 
 
cloneTo(int $obj_id)
This must be called on cloning the parent object, with passing the object id of the clone...
 
updateStyleId(int $style_id)
Calling this should usually be avoided, currently this is necessary on import routines, but otherwise updates should be called internally automatically. 
 
InternalDataService $data_service
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...