public function Flowchart::__construct in Business Rules 8
Same name and namespace in other branches
- 2.x 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\FlowchartCode
public function __construct() {
$this->matrix = new Matrix();
}