function __construct($a_mode, $a_ref_id)
 {
     parent::__construct($a_mode, $a_ref_id);
     $this->obj_settings = new ilLPObjSettings($this->getObjId());
     include_once './Services/Object/classes/class.ilObjectLP.php';
     $this->obj_lp = ilObjectLP::getInstance($this->getObjId());
 }