Property | Type | Description | |
---|---|---|---|
$maxScore | max score allowed before throwing an exception (causing processing to stop) |
Property | Type | Description | |
---|---|---|---|
$defaultScore | default score for nodes without explicit cost functions |
Method | Description | |
---|---|---|
__construct ( integer $max ) | MaxComplexityQueryVisitor constructor. | |
visit ( array $args, |
public __construct ( integer $max ) | ||
$max | integer | max allowed complexity score |
protected $defaultScore |