You are here

public function Element::setArrowLabel in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Util/Flowchart/Element.php \Drupal\business_rules\Util\Flowchart\Element::setArrowLabel()

Set the arrow label.

Parameters

string $arrowLabel: The label.

1 call to Element::setArrowLabel()
Element::__construct in src/Util/Flowchart/Element.php
Element constructor.

File

src/Util/Flowchart/Element.php, line 85

Class

Element
Class Element.

Namespace

Drupal\business_rules\Util\Flowchart

Code

public function setArrowLabel($arrowLabel) {
  $this->arrowLabel = $arrowLabel;
}