19 declare(strict_types=1);
43 'Services/Contact/BuddySystem' 46 $this->
lng = $DIC[
'lng'];
52 if ($this->relation->isOwnedByActor()) {
62 $states = $this->relation->getCurrentPossibleTargetStates();
63 foreach ($states as $target_state) {
77 $this->tpl->setVariable(
80 'buddy_bs_btn_txt_' . $state_id . $this->getLanguageVariableSuffix()
90 $this->tpl->setVariable(
92 get_class($target_state)
94 $this->tpl->setVariable(
98 $this->tpl->setVariable(
101 'buddy_bs_act_btn_txt_' . $state_id .
'_to_' . $target_state_id
110 return $this->tpl->get();
static convertUpperCamelCaseToUnderscoreCase(string $value)
Convert a value given in camel case conversion to underscore case conversion (e.g.
Interface ilBuddySystemRelationState.