You are here

public function Flowchart::__construct in Business Rules 2.x

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

Flowchart constructor.

File

src/Util/Flowchart/Flowchart.php, line 35

Class

Flowchart
Class Flowchart.

Namespace

Drupal\business_rules\Util\Flowchart

Code

public function __construct() {
  $this->matrix = new Matrix();
}