You are here

protected property Matrix::$numberOfRootItems in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Util/Flowchart/Matrix.php \Drupal\business_rules\Util\Flowchart\Matrix::numberOfRootItems

The number of root items if root is instance of BusinessRule.

Type: int

File

src/Util/Flowchart/Matrix.php, line 20

Class

Matrix
The matrix to handle the Business Rule flowchart.

Namespace

Drupal\business_rules\Util\Flowchart

Code

protected $numberOfRootItems = 0;