1 <?php declare(strict_types=1);
37 'Services/Contact/BuddySystem' 40 $this->lng = $DIC[
'lng'];
49 if ($this->relation->isOwnedByActor()) {
62 $states = $this->relation->getCurrentPossibleTargetStates();
63 foreach ($states as $target_state) {
83 $this->tpl->setVariable(
86 'buddy_bs_btn_txt_' . $state_id . $this->getLanguageVariableSuffix()
99 $this->tpl->setVariable(
101 get_class($target_state)
103 $this->tpl->setVariable(
107 $this->tpl->setVariable(
110 'buddy_bs_act_btn_txt_' . $state_id .
'_to_' . $target_state_id
122 return $this->tpl->get();
static convertUpperCamelCaseToUnderscoreCase($value)
Convert a value given in camel case conversion to underscore case conversion (e.g.
Class ilBuddySystemRelation.
Interface ilBuddySystemRelationState.