24require_once 
"./Services/Object/classes/class.ilObject.php";
 
   42    public function __construct($a_id = 0, $a_call_by_reference = 
true)
 
   59        if (!parent::update()) {
 
   83    public function delete()
 
   86        if (!parent::delete()) {
 
An exception for terminatinating execution or to throw for unit testing.
Settings for components (modules, services, plugins).
__construct($a_id=0, $a_call_by_reference=true)
Constructor @access public.
read()
read style folder data
update()
update object data
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc